Html Css Color HEX #F87CC6 Tea Rose

📋 copy color: '#F87CC6'

red 248 ◦ green 124 ◦ blue 198

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

Shades of Tea Rose #F87CC6

Tints of Tea Rose #F87CC6

RGB

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

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

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

R = 43.51%
G = 21.75%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F87CC6 (or 0xF87CC6) is known color: Tea Rose. HEX triplet: F8, 7C and C6. RGB value is (248,124,198). Sum of RGB (Red+Green+Blue) = 248+124+198=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CC6 is #078339. Grayscale: #A9A9A9. Windows color (decimal): -492346 or 13008120. OLE color: 13008120.

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

Color convert

RGB 248 124 198 -
CMYK 0 0.5 0.20 0.03
HSL 324.19º 0.9% 0.73% -
HSV(B) 324.19º 0.5% 0.97% -
XYZ 56.11 38.45 57.89 -
YUV 169.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 248 124 198 0 0.5 0.20 0.03 324.19 0.9 0.73
Hex F8 7C C6 0 32 14 3 144 5A 49
Octal 370 174 306 0 62 24 3 504 132 111
Binary 11111000 1111100 11000110 0 110010 10100 11 101000100 1011010 1001001

Color Harmonies of #F87CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87CC6

Black with #F87CC6

Text Example


Text Example

White with #F87CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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