Html Css Color HEX #F87DC9 Tea Rose

📋 copy color: '#F87DC9'

red 248 ◦ green 125 ◦ blue 201

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

Shades of Tea Rose #F87DC9

Tints of Tea Rose #F87DC9

RGB

 RED value IS 248 (97.27% from 255) = 43.21%

 GREEN value IS 125 (49.22% from 255) = 21.78%

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 43.21%
G = 21.78%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F87DC9 (or 0xF87DC9) is known color: Tea Rose. HEX triplet: F8, 7D and C9. RGB value is (248,125,201). Sum of RGB (Red+Green+Blue) = 248+125+201=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DC9 is #078236. Grayscale: #AAAAAA. Windows color (decimal): -492087 or 13204984. OLE color: 13204984.

HSL color Cylindrical-coordinate representation of color #F87DC9: hue angle of 322.93º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DC9 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 125 201 -
CMYK 0 0.50 0.19 0.03
HSL 322.93º 0.9% 0.73% -
HSV(B) 322.93º 0.5% 0.97% -
XYZ 56.59 38.84 59.77 -
YUV 170.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 248 125 201 0 0.50 0.19 0.03 322.93 0.9 0.73
Hex F8 7D C9 0 32 13 3 143 5A 49
Octal 370 175 311 0 62 23 3 503 132 111
Binary 11111000 1111101 11001001 0 110010 10011 11 101000011 1011010 1001001

Color Harmonies of #F87DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DC9

Black with #F87DC9

Text Example


Text Example

White with #F87DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DC9; }

 p { color: rgb(248,125,201); }

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

background-color css

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

 a { background-color: rgb(248,125,201); }

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

border-color css

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

 span { border-color: rgb(248,125,201); }

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