Html Css Color HEX #F994CE Tea Rose

📋 copy color: '#F994CE'

red 249 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #F994CE

Tints of Tea Rose #F994CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 41.29%
G = 24.54%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F994CE (or 0xF994CE) is known color: Tea Rose. HEX triplet: F9, 94 and CE. RGB value is (249,148,206). Sum of RGB (Red+Green+Blue) = 249+148+206=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F994CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994CE is #066B31. Grayscale: #B8B8B8. Windows color (decimal): -420658 or 13538553. OLE color: 13538553.

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

Color convert

RGB 249 148 206 -
CMYK 0 0.41 0.17 0.02
HSL 325.54º 0.89% 0.78% -
HSV(B) 325.54º 0.41% 0.98% -
XYZ 60.8 45.78 64.02 -
YUV 184.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 249 148 206 0 0.41 0.17 0.02 325.54 0.89 0.78
Hex F9 94 CE 0 29 11 2 146 59 4E
Octal 371 224 316 0 51 21 2 506 131 116
Binary 11111001 10010100 11001110 0 101001 10001 10 101000110 1011001 1001110

Color Harmonies of #F994CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994CE

Black with #F994CE

Text Example


Text Example

White with #F994CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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