Html Css Color HEX #F87DCC Tea Rose

📋 copy color: '#F87DCC'

red 248 ◦ green 125 ◦ blue 204

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

Shades of Tea Rose #F87DCC

Tints of Tea Rose #F87DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 42.98%
G = 21.66%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F87DCC (or 0xF87DCC) is known color: Tea Rose. HEX triplet: F8, 7D and CC. RGB value is (248,125,204). Sum of RGB (Red+Green+Blue) = 248+125+204=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DCC is #078233. Grayscale: #AAAAAA. Windows color (decimal): -492084 or 13401592. OLE color: 13401592.

HSL color Cylindrical-coordinate representation of color #F87DCC: hue angle of 321.46º 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 #F87DCC is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 125 204 -
CMYK 0 0.50 0.18 0.03
HSL 321.46º 0.9% 0.73% -
HSV(B) 321.46º 0.5% 0.97% -
XYZ 56.94 38.98 61.65 -
YUV 170.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 248 125 204 0 0.50 0.18 0.03 321.46 0.9 0.73
Hex F8 7D CC 0 32 12 3 141 5A 49
Octal 370 175 314 0 62 22 3 501 132 111
Binary 11111000 1111101 11001100 0 110010 10010 11 101000001 1011010 1001001

Color Harmonies of #F87DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DCC

Black with #F87DCC

Text Example


Text Example

White with #F87DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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