Html Css Color HEX #F87CCC Tea Rose

📋 copy color: '#F87CCC'

red 248 ◦ green 124 ◦ blue 204

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

Shades of Tea Rose #F87CCC

Tints of Tea Rose #F87CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.53%

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

R = 43.06%
G = 21.53%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F87CCC (or 0xF87CCC) is known color: Tea Rose. HEX triplet: F8, 7C and CC. RGB value is (248,124,204). Sum of RGB (Red+Green+Blue) = 248+124+204=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CCC is #078333. Grayscale: #AAAAAA. Windows color (decimal): -492340 or 13401336. OLE color: 13401336.

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

Color convert

RGB 248 124 204 -
CMYK 0 0.5 0.18 0.03
HSL 321.29º 0.9% 0.73% -
HSV(B) 321.29º 0.5% 0.97% -
XYZ 56.82 38.73 61.61 -
YUV 170.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 248 124 204 0 0.5 0.18 0.03 321.29 0.9 0.73
Hex F8 7C CC 0 32 12 3 141 5A 49
Octal 370 174 314 0 62 22 3 501 132 111
Binary 11111000 1111100 11001100 0 110010 10010 11 101000001 1011010 1001001

Color Harmonies of #F87CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87CCC

Black with #F87CCC

Text Example


Text Example

White with #F87CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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