Html Css Color HEX #F785D2 Tea Rose

📋 copy color: '#F785D2'

red 247 ◦ green 133 ◦ blue 210

#F785D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F785D2

Tints of Tea Rose #F785D2

RGB

 RED value IS 247 (96.88% from 255) = 41.86%

 GREEN value IS 133 (52.34% from 255) = 22.54%

 BLUE value IS 210 (82.42% from 255) = 35.59%

R = 41.86%
G = 22.54%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F785D2 (or 0xF785D2) is known color: Tea Rose. HEX triplet: F7, 85 and D2. RGB value is (247,133,210). Sum of RGB (Red+Green+Blue) = 247+133+210=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F785D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785D2 is #087A2D. Grayscale: #AFAFAF. Windows color (decimal): -555566 or 13796855. OLE color: 13796855.

HSL color Cylindrical-coordinate representation of color #F785D2: hue angle of 319.47º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F785D2 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 133 210 -
CMYK 0 0.46 0.15 0.03
HSL 319.47º 0.88% 0.75% -
HSV(B) 319.47º 0.46% 0.97% -
XYZ 58.38 41.2 65.85 -
YUV 175.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 247 133 210 0 0.46 0.15 0.03 319.47 0.88 0.75
Hex F7 85 D2 0 2E F 3 13F 58 4B
Octal 367 205 322 0 56 17 3 477 130 113
Binary 11110111 10000101 11010010 0 101110 1111 11 100111111 1011000 1001011

Color Harmonies of #F785D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F785D2

Black with #F785D2

Text Example


Text Example

White with #F785D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F785D2; }

 p { color: rgb(247,133,210); }

 H1.HeaderClassName
 {
   color: #F785D2;
 }
 .AnyTagClassName
 {
   color: #F785D2;
 }
</style>

background-color css

<style>
 a { background-color: #F785D2; }

 a { background-color: rgb(247,133,210); }

 div.DivClassName
 {
   background-color: #F785D2;
 }
 .BgClassName
 {
   background-color: #F785D2;
 }
</style>

border-color css

<style>
 span { border-color: #F785D2; }

 span { border-color: rgb(247,133,210); }

 td.TdClassName
 {
   border-color: #F785D2;
 }
 .TagClassName
 {
   border-color: #F785D2;
 }
</style>