Html Css Color HEX #F882CF Tea Rose

📋 copy color: '#F882CF'

red 248 ◦ green 130 ◦ blue 207

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

Shades of Tea Rose #F882CF

Tints of Tea Rose #F882CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 42.39%
G = 22.22%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F882CF (or 0xF882CF) is known color: Tea Rose. HEX triplet: F8, 82 and CF. RGB value is (248,130,207). Sum of RGB (Red+Green+Blue) = 248+130+207=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F882CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882CF is #077D30. Grayscale: #ADADAD. Windows color (decimal): -490801 or 13599480. OLE color: 13599480.

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

Color convert

RGB 248 130 207 -
CMYK 0 0.48 0.17 0.03
HSL 320.85º 0.89% 0.74% -
HSV(B) 320.85º 0.48% 0.97% -
XYZ 57.96 40.43 63.78 -
YUV 174.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 248 130 207 0 0.48 0.17 0.03 320.85 0.89 0.74
Hex F8 82 CF 0 30 11 3 141 59 4A
Octal 370 202 317 0 60 21 3 501 131 112
Binary 11111000 10000010 11001111 0 110000 10001 11 101000001 1011001 1001010

Color Harmonies of #F882CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882CF

Black with #F882CF

Text Example


Text Example

White with #F882CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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