Html Css Color HEX #F87AC8 Tea Rose

📋 copy color: '#F87AC8'

red 248 ◦ green 122 ◦ blue 200

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

Shades of Tea Rose #F87AC8

Tints of Tea Rose #F87AC8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.4%

 BLUE value IS 200 (78.52% from 255) = 35.09%

R = 43.51%
G = 21.4%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F87AC8 (or 0xF87AC8) is known color: Tea Rose. HEX triplet: F8, 7A and C8. RGB value is (248,122,200). Sum of RGB (Red+Green+Blue) = 248+122+200=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AC8 is #078537. Grayscale: #A8A8A8. Windows color (decimal): -492856 or 13138680. OLE color: 13138680.

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

Color convert

RGB 248 122 200 -
CMYK 0 0.51 0.19 0.03
HSL 322.86º 0.9% 0.73% -
HSV(B) 322.86º 0.51% 0.97% -
XYZ 56.1 38.05 59.03 -
YUV 168.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 248 122 200 0 0.51 0.19 0.03 322.86 0.9 0.73
Hex F8 7A C8 0 33 13 3 143 5A 49
Octal 370 172 310 0 63 23 3 503 132 111
Binary 11111000 1111010 11001000 0 110011 10011 11 101000011 1011010 1001001

Color Harmonies of #F87AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87AC8

Black with #F87AC8

Text Example


Text Example

White with #F87AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87AC8; }

 p { color: rgb(248,122,200); }

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

background-color css

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

 a { background-color: rgb(248,122,200); }

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

border-color css

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

 span { border-color: rgb(248,122,200); }

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