Html Css Color HEX #F99595 Sweet Pink

📋 copy color: '#F99595'

red 249 ◦ green 149 ◦ blue 149

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

Shades of Sweet Pink #F99595

Tints of Sweet Pink #F99595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.24%

R = 45.52%
G = 27.24%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F99595 (or 0xF99595) is known color: Sweet Pink. HEX triplet: F9, 95 and 95. RGB value is (249,149,149). Sum of RGB (Red+Green+Blue) = 249+149+149=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F99595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99595 is #066A6A. Grayscale: #B3B3B3. Windows color (decimal): -420459 or 9803257. OLE color: 9803257.

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

Color convert

RGB 249 149 149 -
CMYK 0 0.40 0.40 0.02
HSL 0.89% 0.78% -
HSV(B) 0.4% 0.98% -
XYZ 55.24 43.8 33.98 -
YUV 178.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 249 149 149 0 0.40 0.40 0.02 0 0.89 0.78
Hex F9 95 95 0 28 28 2 0 59 4E
Octal 371 225 225 0 50 50 2 0 131 116
Binary 11111001 10010101 10010101 0 101000 101000 10 0 1011001 1001110

Color Harmonies of #F99595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99595

Black with #F99595

Text Example


Text Example

White with #F99595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99595; }

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

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

background-color css

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

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

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

border-color css

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

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

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