Html Css Color HEX #F882C2 Tea Rose

📋 copy color: '#F882C2'

red 248 ◦ green 130 ◦ blue 194

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

Shades of Tea Rose #F882C2

Tints of Tea Rose #F882C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.92%

R = 43.36%
G = 22.73%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F882C2 (or 0xF882C2) is known color: Tea Rose. HEX triplet: F8, 82 and C2. RGB value is (248,130,194). Sum of RGB (Red+Green+Blue) = 248+130+194=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F882C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882C2 is #077D3D. Grayscale: #ACACAC. Windows color (decimal): -490814 or 12747512. OLE color: 12747512.

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

Color convert

RGB 248 130 194 -
CMYK 0 0.48 0.22 0.03
HSL 327.46º 0.89% 0.74% -
HSV(B) 327.46º 0.48% 0.97% -
XYZ 56.43 39.82 55.75 -
YUV 172.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 248 130 194 0 0.48 0.22 0.03 327.46 0.89 0.74
Hex F8 82 C2 0 30 16 3 147 59 4A
Octal 370 202 302 0 60 26 3 507 131 112
Binary 11111000 10000010 11000010 0 110000 10110 11 101000111 1011001 1001010

Color Harmonies of #F882C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882C2

Black with #F882C2

Text Example


Text Example

White with #F882C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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