Html Css Color HEX #F981C8 Tea Rose

📋 copy color: '#F981C8'

red 249 ◦ green 129 ◦ blue 200

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

Shades of Tea Rose #F981C8

Tints of Tea Rose #F981C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.6%

R = 43.08%
G = 22.32%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F981C8 (or 0xF981C8) is known color: Tea Rose. HEX triplet: F9, 81 and C8. RGB value is (249,129,200). Sum of RGB (Red+Green+Blue) = 249+129+200=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F981C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981C8 is #067E37. Grayscale: #ACACAC. Windows color (decimal): -425528 or 13140473. OLE color: 13140473.

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

Color convert

RGB 249 129 200 -
CMYK 0 0.48 0.20 0.02
HSL 324.5º 0.91% 0.74% -
HSV(B) 324.5º 0.48% 0.98% -
XYZ 57.34 40.01 59.34 -
YUV 172.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 249 129 200 0 0.48 0.20 0.02 324.5 0.91 0.74
Hex F9 81 C8 0 30 14 2 144 5B 4A
Octal 371 201 310 0 60 24 2 504 133 112
Binary 11111001 10000001 11001000 0 110000 10100 10 101000100 1011011 1001010

Color Harmonies of #F981C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981C8

Black with #F981C8

Text Example


Text Example

White with #F981C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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