Html Css Color HEX #F994C9 Tea Rose

📋 copy color: '#F994C9'

red 249 ◦ green 148 ◦ blue 201

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

Shades of Tea Rose #F994C9

Tints of Tea Rose #F994C9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.75%

 BLUE value IS 201 (78.91% from 255) = 33.61%

R = 41.64%
G = 24.75%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F994C9 (or 0xF994C9) is known color: Tea Rose. HEX triplet: F9, 94 and C9. RGB value is (249,148,201). Sum of RGB (Red+Green+Blue) = 249+148+201=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F994C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994C9 is #066B36. Grayscale: #B8B8B8. Windows color (decimal): -420663 or 13210873. OLE color: 13210873.

HSL color Cylindrical-coordinate representation of color #F994C9: hue angle of 328.51º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994C9 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 201 -
CMYK 0 0.41 0.19 0.02
HSL 328.51º 0.89% 0.78% -
HSV(B) 328.51º 0.41% 0.98% -
XYZ 60.2 45.54 60.87 -
YUV 184.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 249 148 201 0 0.41 0.19 0.02 328.51 0.89 0.78
Hex F9 94 C9 0 29 13 2 149 59 4E
Octal 371 224 311 0 51 23 2 511 131 116
Binary 11111001 10010100 11001001 0 101001 10011 10 101001001 1011001 1001110

Color Harmonies of #F994C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994C9

Black with #F994C9

Text Example


Text Example

White with #F994C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994C9; }

 p { color: rgb(249,148,201); }

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

background-color css

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

 a { background-color: rgb(249,148,201); }

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

border-color css

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

 span { border-color: rgb(249,148,201); }

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