Html Css Color HEX #F980C7 Tea Rose

📋 copy color: '#F980C7'

red 249 ◦ green 128 ◦ blue 199

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

Shades of Tea Rose #F980C7

Tints of Tea Rose #F980C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.55%

R = 43.23%
G = 22.22%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F980C7 (or 0xF980C7) is known color: Tea Rose. HEX triplet: F9, 80 and C7. RGB value is (249,128,199). Sum of RGB (Red+Green+Blue) = 249+128+199=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F980C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980C7 is #067F38. Grayscale: #ACACAC. Windows color (decimal): -425785 or 13074681. OLE color: 13074681.

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

Color convert

RGB 249 128 199 -
CMYK 0 0.49 0.20 0.02
HSL 324.79º 0.91% 0.74% -
HSV(B) 324.79º 0.49% 0.98% -
XYZ 57.09 39.7 58.69 -
YUV 172.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 249 128 199 0 0.49 0.20 0.02 324.79 0.91 0.74
Hex F9 80 C7 0 31 14 2 145 5B 4A
Octal 371 200 307 0 61 24 2 505 133 112
Binary 11111001 10000000 11000111 0 110001 10100 10 101000101 1011011 1001010

Color Harmonies of #F980C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980C7

Black with #F980C7

Text Example


Text Example

White with #F980C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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