Html Css Color HEX #F981CC Tea Rose

📋 copy color: '#F981CC'

red 249 ◦ green 129 ◦ blue 204

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

Shades of Tea Rose #F981CC

Tints of Tea Rose #F981CC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.16%

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

R = 42.78%
G = 22.16%
B = 35.05%

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

#F981CC (or 0xF981CC) is known color: Tea Rose. HEX triplet: F9, 81 and CC. RGB value is (249,129,204). Sum of RGB (Red+Green+Blue) = 249+129+204=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F981CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981CC is #067E33. Grayscale: #ADADAD. Windows color (decimal): -425524 or 13402617. OLE color: 13402617.

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

Color convert

RGB 249 129 204 -
CMYK 0 0.48 0.18 0.02
HSL 322.5º 0.91% 0.74% -
HSV(B) 322.5º 0.48% 0.98% -
XYZ 57.82 40.2 61.84 -
YUV 173.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 249 129 204 0 0.48 0.18 0.02 322.5 0.91 0.74
Hex F9 81 CC 0 30 12 2 142 5B 4A
Octal 371 201 314 0 60 22 2 502 133 112
Binary 11111001 10000001 11001100 0 110000 10010 10 101000010 1011011 1001010

Color Harmonies of #F981CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981CC

Black with #F981CC

Text Example


Text Example

White with #F981CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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