Html Css Color HEX #F994CB Tea Rose

📋 copy color: '#F994CB'

red 249 ◦ green 148 ◦ blue 203

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

Shades of Tea Rose #F994CB

Tints of Tea Rose #F994CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.83%

R = 41.5%
G = 24.67%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F994CB (or 0xF994CB) is known color: Tea Rose. HEX triplet: F9, 94 and CB. RGB value is (249,148,203). Sum of RGB (Red+Green+Blue) = 249+148+203=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F994CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994CB is #066B34. Grayscale: #B8B8B8. Windows color (decimal): -420661 or 13341945. OLE color: 13341945.

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

Color convert

RGB 249 148 203 -
CMYK 0 0.41 0.18 0.02
HSL 327.33º 0.89% 0.78% -
HSV(B) 327.33º 0.41% 0.98% -
XYZ 60.44 45.63 62.12 -
YUV 184.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 249 148 203 0 0.41 0.18 0.02 327.33 0.89 0.78
Hex F9 94 CB 0 29 12 2 147 59 4E
Octal 371 224 313 0 51 22 2 507 131 116
Binary 11111001 10010100 11001011 0 101001 10010 10 101000111 1011001 1001110

Color Harmonies of #F994CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994CB

Black with #F994CB

Text Example


Text Example

White with #F994CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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