Html Css Color HEX #F881CA Tea Rose

📋 copy color: '#F881CA'

red 248 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #F881CA

Tints of Tea Rose #F881CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 42.83%
G = 22.28%
B = 34.89%

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

#F881CA (or 0xF881CA) is known color: Tea Rose. HEX triplet: F8, 81 and CA. RGB value is (248,129,202). Sum of RGB (Red+Green+Blue) = 248+129+202=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F881CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881CA is #077E35. Grayscale: #ACACAC. Windows color (decimal): -491062 or 13271544. OLE color: 13271544.

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

Color convert

RGB 248 129 202 -
CMYK 0 0.48 0.19 0.03
HSL 323.19º 0.89% 0.74% -
HSV(B) 323.19º 0.48% 0.97% -
XYZ 57.22 39.92 60.57 -
YUV 172.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 248 129 202 0 0.48 0.19 0.03 323.19 0.89 0.74
Hex F8 81 CA 0 30 13 3 143 59 4A
Octal 370 201 312 0 60 23 3 503 131 112
Binary 11111000 10000001 11001010 0 110000 10011 11 101000011 1011001 1001010

Color Harmonies of #F881CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881CA

Black with #F881CA

Text Example


Text Example

White with #F881CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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