Html Css Color HEX #F980CC Tea Rose

📋 copy color: '#F980CC'

red 249 ◦ green 128 ◦ blue 204

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

Shades of Tea Rose #F980CC

Tints of Tea Rose #F980CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.03%

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

R = 42.86%
G = 22.03%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F980CC (or 0xF980CC) is known color: Tea Rose. HEX triplet: F9, 80 and CC. RGB value is (249,128,204). Sum of RGB (Red+Green+Blue) = 249+128+204=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F980CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980CC is #067F33. Grayscale: #ACACAC. Windows color (decimal): -425780 or 13402361. OLE color: 13402361.

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

Color convert

RGB 249 128 204 -
CMYK 0 0.49 0.18 0.02
HSL 322.31º 0.91% 0.74% -
HSV(B) 322.31º 0.49% 0.98% -
XYZ 57.69 39.94 61.8 -
YUV 172.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 249 128 204 0 0.49 0.18 0.02 322.31 0.91 0.74
Hex F9 80 CC 0 31 12 2 142 5B 4A
Octal 371 200 314 0 61 22 2 502 133 112
Binary 11111001 10000000 11001100 0 110001 10010 10 101000010 1011011 1001010

Color Harmonies of #F980CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980CC

Black with #F980CC

Text Example


Text Example

White with #F980CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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