Html Css Color HEX #F78DD2 Tea Rose

📋 copy color: '#F78DD2'

red 247 ◦ green 141 ◦ blue 210

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

Shades of Tea Rose #F78DD2

Tints of Tea Rose #F78DD2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.58%

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

R = 41.3%
G = 23.58%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F78DD2 (or 0xF78DD2) is known color: Tea Rose. HEX triplet: F7, 8D and D2. RGB value is (247,141,210). Sum of RGB (Red+Green+Blue) = 247+141+210=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DD2 is #08722D. Grayscale: #B4B4B4. Windows color (decimal): -553518 or 13798903. OLE color: 13798903.

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

Color convert

RGB 247 141 210 -
CMYK 0 0.43 0.15 0.03
HSL 320.94º 0.87% 0.76% -
HSV(B) 320.94º 0.43% 0.97% -
XYZ 59.52 43.48 66.23 -
YUV 180.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 247 141 210 0 0.43 0.15 0.03 320.94 0.87 0.76
Hex F7 8D D2 0 2B F 3 141 57 4C
Octal 367 215 322 0 53 17 3 501 127 114
Binary 11110111 10001101 11010010 0 101011 1111 11 101000001 1010111 1001100

Color Harmonies of #F78DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78DD2

Black with #F78DD2

Text Example


Text Example

White with #F78DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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