Html Css Color HEX #F982CC Tea Rose

📋 copy color: '#F982CC'

red 249 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #F982CC

Tints of Tea Rose #F982CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 42.71%
G = 22.3%
B = 34.99%

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

#F982CC (or 0xF982CC) is known color: Tea Rose. HEX triplet: F9, 82 and CC. RGB value is (249,130,204). Sum of RGB (Red+Green+Blue) = 249+130+204=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F982CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982CC is #067D33. Grayscale: #ADADAD. Windows color (decimal): -425268 or 13402873. OLE color: 13402873.

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

Color convert

RGB 249 130 204 -
CMYK 0 0.48 0.18 0.02
HSL 322.69º 0.91% 0.74% -
HSV(B) 322.69º 0.48% 0.98% -
XYZ 57.95 40.46 61.88 -
YUV 174.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 249 130 204 0 0.48 0.18 0.02 322.69 0.91 0.74
Hex F9 82 CC 0 30 12 2 143 5B 4A
Octal 371 202 314 0 60 22 2 503 133 112
Binary 11111001 10000010 11001100 0 110000 10010 10 101000011 1011011 1001010

Color Harmonies of #F982CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982CC

Black with #F982CC

Text Example


Text Example

White with #F982CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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