Html Css Color HEX #F980CB Tea Rose

📋 copy color: '#F980CB'

red 249 ◦ green 128 ◦ blue 203

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

Shades of Tea Rose #F980CB

Tints of Tea Rose #F980CB

RGB

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

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

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

R = 42.93%
G = 22.07%
B = 35%

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

#F980CB (or 0xF980CB) is known color: Tea Rose. HEX triplet: F9, 80 and CB. RGB value is (249,128,203). Sum of RGB (Red+Green+Blue) = 249+128+203=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F980CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980CB is #067F34. Grayscale: #ACACAC. Windows color (decimal): -425781 or 13336825. OLE color: 13336825.

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

Color convert

RGB 249 128 203 -
CMYK 0 0.49 0.18 0.02
HSL 322.81º 0.91% 0.74% -
HSV(B) 322.81º 0.49% 0.98% -
XYZ 57.57 39.89 61.17 -
YUV 172.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 249 128 203 0 0.49 0.18 0.02 322.81 0.91 0.74
Hex F9 80 CB 0 31 12 2 143 5B 4A
Octal 371 200 313 0 61 22 2 503 133 112
Binary 11111001 10000000 11001011 0 110001 10010 10 101000011 1011011 1001010

Color Harmonies of #F980CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980CB

Black with #F980CB

Text Example


Text Example

White with #F980CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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