Html Css Color HEX #F995CB Tea Rose

📋 copy color: '#F995CB'

red 249 ◦ green 149 ◦ blue 203

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

Shades of Tea Rose #F995CB

Tints of Tea Rose #F995CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.79%

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

R = 41.43%
G = 24.79%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F995CB (or 0xF995CB) is known color: Tea Rose. HEX triplet: F9, 95 and CB. RGB value is (249,149,203). Sum of RGB (Red+Green+Blue) = 249+149+203=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F995CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995CB is #066A34. Grayscale: #B8B8B8. Windows color (decimal): -420405 or 13342201. OLE color: 13342201.

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

Color convert

RGB 249 149 203 -
CMYK 0 0.40 0.18 0.02
HSL 327.6º 0.89% 0.78% -
HSV(B) 327.6º 0.4% 0.98% -
XYZ 60.59 45.95 62.17 -
YUV 185.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 249 149 203 0 0.40 0.18 0.02 327.6 0.89 0.78
Hex F9 95 CB 0 28 12 2 148 59 4E
Octal 371 225 313 0 50 22 2 510 131 116
Binary 11111001 10010101 11001011 0 101000 10010 10 101001000 1011001 1001110

Color Harmonies of #F995CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995CB

Black with #F995CB

Text Example


Text Example

White with #F995CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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