Html Css Color HEX #F882CA Tea Rose

📋 copy color: '#F882CA'

red 248 ◦ green 130 ◦ blue 202

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

Shades of Tea Rose #F882CA

Tints of Tea Rose #F882CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.41%

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

R = 42.76%
G = 22.41%
B = 34.83%

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

#F882CA (or 0xF882CA) is known color: Tea Rose. HEX triplet: F8, 82 and CA. RGB value is (248,130,202). Sum of RGB (Red+Green+Blue) = 248+130+202=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F882CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882CA is #077D35. Grayscale: #ADADAD. Windows color (decimal): -490806 or 13271800. OLE color: 13271800.

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

Color convert

RGB 248 130 202 -
CMYK 0 0.48 0.19 0.03
HSL 323.39º 0.89% 0.74% -
HSV(B) 323.39º 0.48% 0.97% -
XYZ 57.35 40.19 60.61 -
YUV 173.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 248 130 202 0 0.48 0.19 0.03 323.39 0.89 0.74
Hex F8 82 CA 0 30 13 3 143 59 4A
Octal 370 202 312 0 60 23 3 503 131 112
Binary 11111000 10000010 11001010 0 110000 10011 11 101000011 1011001 1001010

Color Harmonies of #F882CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882CA

Black with #F882CA

Text Example


Text Example

White with #F882CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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