Html Css Color HEX #F87FC6 Tea Rose

📋 copy color: '#F87FC6'

red 248 ◦ green 127 ◦ blue 198

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

Shades of Tea Rose #F87FC6

Tints of Tea Rose #F87FC6

RGB

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

 GREEN value IS 127 (50% from 255) = 22.16%

 BLUE value IS 198 (77.73% from 255) = 34.55%

R = 43.28%
G = 22.16%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F87FC6 (or 0xF87FC6) is known color: Tea Rose. HEX triplet: F8, 7F and C6. RGB value is (248,127,198). Sum of RGB (Red+Green+Blue) = 248+127+198=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FC6 is #078039. Grayscale: #ABABAB. Windows color (decimal): -491578 or 13008888. OLE color: 13008888.

HSL color Cylindrical-coordinate representation of color #F87FC6: hue angle of 324.79º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FC6 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 127 198 -
CMYK 0 0.49 0.20 0.03
HSL 324.79º 0.9% 0.74% -
HSV(B) 324.79º 0.49% 0.97% -
XYZ 56.49 39.21 58.02 -
YUV 171.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 248 127 198 0 0.49 0.20 0.03 324.79 0.9 0.74
Hex F8 7F C6 0 31 14 3 145 5A 4A
Octal 370 177 306 0 61 24 3 505 132 112
Binary 11111000 1111111 11000110 0 110001 10100 11 101000101 1011010 1001010

Color Harmonies of #F87FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87FC6

Black with #F87FC6

Text Example


Text Example

White with #F87FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87FC6; }

 p { color: rgb(248,127,198); }

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

background-color css

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

 a { background-color: rgb(248,127,198); }

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

border-color css

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

 span { border-color: rgb(248,127,198); }

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