Html Css Color HEX #F881CB Tea Rose

📋 copy color: '#F881CB'

red 248 ◦ green 129 ◦ blue 203

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

Shades of Tea Rose #F881CB

Tints of Tea Rose #F881CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35%

R = 42.76%
G = 22.24%
B = 35%

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

#F881CB (or 0xF881CB) is known color: Tea Rose. HEX triplet: F8, 81 and CB. RGB value is (248,129,203). Sum of RGB (Red+Green+Blue) = 248+129+203=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F881CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881CB is #077E34. Grayscale: #ACACAC. Windows color (decimal): -491061 or 13337080. OLE color: 13337080.

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

Color convert

RGB 248 129 203 -
CMYK 0 0.48 0.18 0.03
HSL 322.69º 0.89% 0.74% -
HSV(B) 322.69º 0.48% 0.97% -
XYZ 57.34 39.97 61.19 -
YUV 173.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 248 129 203 0 0.48 0.18 0.03 322.69 0.89 0.74
Hex F8 81 CB 0 30 12 3 143 59 4A
Octal 370 201 313 0 60 22 3 503 131 112
Binary 11111000 10000001 11001011 0 110000 10010 11 101000011 1011001 1001010

Color Harmonies of #F881CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881CB

Black with #F881CB

Text Example


Text Example

White with #F881CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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