Html Css Color HEX #F995CC Tea Rose

📋 copy color: '#F995CC'

red 249 ◦ green 149 ◦ blue 204

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

Shades of Tea Rose #F995CC

Tints of Tea Rose #F995CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.89%

R = 41.36%
G = 24.75%
B = 33.89%

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

#F995CC (or 0xF995CC) is known color: Tea Rose. HEX triplet: F9, 95 and CC. RGB value is (249,149,204). Sum of RGB (Red+Green+Blue) = 249+149+204=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F995CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995CC is #066A33. Grayscale: #B9B9B9. Windows color (decimal): -420404 or 13407737. OLE color: 13407737.

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

Color convert

RGB 249 149 204 -
CMYK 0 0.40 0.18 0.02
HSL 327º 0.89% 0.78% -
HSV(B) 327º 0.4% 0.98% -
XYZ 60.71 45.99 62.8 -
YUV 185.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 249 149 204 0 0.40 0.18 0.02 327 0.89 0.78
Hex F9 95 CC 0 28 12 2 147 59 4E
Octal 371 225 314 0 50 22 2 507 131 116
Binary 11111001 10010101 11001100 0 101000 10010 10 101000111 1011001 1001110

Color Harmonies of #F995CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995CC

Black with #F995CC

Text Example


Text Example

White with #F995CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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