Html Css Color HEX #F881C8 Tea Rose

📋 copy color: '#F881C8'

red 248 ◦ green 129 ◦ blue 200

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

Shades of Tea Rose #F881C8

Tints of Tea Rose #F881C8

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.36%

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

R = 42.98%
G = 22.36%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F881C8 (or 0xF881C8) is known color: Tea Rose. HEX triplet: F8, 81 and C8. RGB value is (248,129,200). Sum of RGB (Red+Green+Blue) = 248+129+200=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F881C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881C8 is #077E37. Grayscale: #ACACAC. Windows color (decimal): -491064 or 13140472. OLE color: 13140472.

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

Color convert

RGB 248 129 200 -
CMYK 0 0.48 0.19 0.03
HSL 324.2º 0.89% 0.74% -
HSV(B) 324.2º 0.48% 0.97% -
XYZ 56.99 39.83 59.33 -
YUV 172.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 248 129 200 0 0.48 0.19 0.03 324.2 0.89 0.74
Hex F8 81 C8 0 30 13 3 144 59 4A
Octal 370 201 310 0 60 23 3 504 131 112
Binary 11111000 10000001 11001000 0 110000 10011 11 101000100 1011001 1001010

Color Harmonies of #F881C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881C8

Black with #F881C8

Text Example


Text Example

White with #F881C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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