Html Css Color HEX #F982CB Tea Rose

📋 copy color: '#F982CB'

red 249 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #F982CB

Tints of Tea Rose #F982CB

RGB

 RED value IS 249 (97.66% from 255) = 42.78%

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

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

R = 42.78%
G = 22.34%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F982CB (or 0xF982CB) is known color: Tea Rose. HEX triplet: F9, 82 and CB. RGB value is (249,130,203). Sum of RGB (Red+Green+Blue) = 249+130+203=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F982CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982CB is #067D34. Grayscale: #ADADAD. Windows color (decimal): -425269 or 13337337. OLE color: 13337337.

HSL color Cylindrical-coordinate representation of color #F982CB: hue angle of 323.19º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982CB is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 203 -
CMYK 0 0.48 0.18 0.02
HSL 323.19º 0.91% 0.74% -
HSV(B) 323.19º 0.48% 0.98% -
XYZ 57.83 40.42 61.25 -
YUV 173.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 249 130 203 0 0.48 0.18 0.02 323.19 0.91 0.74
Hex F9 82 CB 0 30 12 2 143 5B 4A
Octal 371 202 313 0 60 22 2 503 133 112
Binary 11111001 10000010 11001011 0 110000 10010 10 101000011 1011011 1001010

Color Harmonies of #F982CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982CB

Black with #F982CB

Text Example


Text Example

White with #F982CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982CB; }

 p { color: rgb(249,130,203); }

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

background-color css

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

 a { background-color: rgb(249,130,203); }

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

border-color css

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

 span { border-color: rgb(249,130,203); }

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