Html Css Color HEX #F980C9 Tea Rose

📋 copy color: '#F980C9'

red 249 ◦ green 128 ◦ blue 201

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

Shades of Tea Rose #F980C9

Tints of Tea Rose #F980C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.78%

R = 43.08%
G = 22.15%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F980C9 (or 0xF980C9) is known color: Tea Rose. HEX triplet: F9, 80 and C9. RGB value is (249,128,201). Sum of RGB (Red+Green+Blue) = 249+128+201=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F980C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980C9 is #067F36. Grayscale: #ACACAC. Windows color (decimal): -425783 or 13205753. OLE color: 13205753.

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

Color convert

RGB 249 128 201 -
CMYK 0 0.49 0.19 0.02
HSL 323.8º 0.91% 0.74% -
HSV(B) 323.8º 0.49% 0.98% -
XYZ 57.33 39.8 59.92 -
YUV 172.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 249 128 201 0 0.49 0.19 0.02 323.8 0.91 0.74
Hex F9 80 C9 0 31 13 2 144 5B 4A
Octal 371 200 311 0 61 23 2 504 133 112
Binary 11111001 10000000 11001001 0 110001 10011 10 101000100 1011011 1001010

Color Harmonies of #F980C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980C9

Black with #F980C9

Text Example


Text Example

White with #F980C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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