Html Css Color HEX #F881CC Tea Rose

📋 copy color: '#F881CC'

red 248 ◦ green 129 ◦ blue 204

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

Shades of Tea Rose #F881CC

Tints of Tea Rose #F881CC

RGB

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

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

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

R = 42.69%
G = 22.2%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F881CC (or 0xF881CC) is known color: Tea Rose. HEX triplet: F8, 81 and CC. RGB value is (248,129,204). Sum of RGB (Red+Green+Blue) = 248+129+204=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F881CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881CC is #077E33. Grayscale: #ACACAC. Windows color (decimal): -491060 or 13402616. OLE color: 13402616.

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

Color convert

RGB 248 129 204 -
CMYK 0 0.48 0.18 0.03
HSL 322.18º 0.89% 0.74% -
HSV(B) 322.18º 0.48% 0.97% -
XYZ 57.46 40.02 61.82 -
YUV 173.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 248 129 204 0 0.48 0.18 0.03 322.18 0.89 0.74
Hex F8 81 CC 0 30 12 3 142 59 4A
Octal 370 201 314 0 60 22 3 502 131 112
Binary 11111000 10000001 11001100 0 110000 10010 11 101000010 1011001 1001010

Color Harmonies of #F881CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881CC

Black with #F881CC

Text Example


Text Example

White with #F881CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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