Html Css Color HEX #F981C4 Tea Rose

📋 copy color: '#F981C4'

red 249 ◦ green 129 ◦ blue 196

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

Shades of Tea Rose #F981C4

Tints of Tea Rose #F981C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.15%

R = 43.38%
G = 22.47%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F981C4 (or 0xF981C4) is known color: Tea Rose. HEX triplet: F9, 81 and C4. RGB value is (249,129,196). Sum of RGB (Red+Green+Blue) = 249+129+196=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F981C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981C4 is #067E3B. Grayscale: #ACACAC. Windows color (decimal): -425532 or 12878329. OLE color: 12878329.

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

Color convert

RGB 249 129 196 -
CMYK 0 0.48 0.21 0.02
HSL 326.5º 0.91% 0.74% -
HSV(B) 326.5º 0.48% 0.98% -
XYZ 56.88 39.83 56.91 -
YUV 172.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 249 129 196 0 0.48 0.21 0.02 326.5 0.91 0.74
Hex F9 81 C4 0 30 15 2 146 5B 4A
Octal 371 201 304 0 60 25 2 506 133 112
Binary 11111001 10000001 11000100 0 110000 10101 10 101000110 1011011 1001010

Color Harmonies of #F981C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981C4

Black with #F981C4

Text Example


Text Example

White with #F981C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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