Html Css Color HEX #F99996 Sweet Pink

📋 copy color: '#F99996'

red 249 ◦ green 153 ◦ blue 150

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

Shades of Sweet Pink #F99996

Tints of Sweet Pink #F99996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.72%

 BLUE value IS 150 (58.98% from 255) = 27.17%

R = 45.11%
G = 27.72%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F99996 (or 0xF99996) is known color: Sweet Pink. HEX triplet: F9, 99 and 96. RGB value is (249,153,150). Sum of RGB (Red+Green+Blue) = 249+153+150=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F99996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99996 is #066669. Grayscale: #B5B5B5. Windows color (decimal): -419434 or 9869817. OLE color: 9869817.

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

Color convert

RGB 249 153 150 -
CMYK 0 0.39 0.40 0.02
HSL 1.82º 0.89% 0.78% -
HSV(B) 1.82º 0.4% 0.98% -
XYZ 55.96 45.12 34.61 -
YUV 181.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 249 153 150 0 0.39 0.40 0.02 1.82 0.89 0.78
Hex F9 99 96 0 27 28 2 2 59 4E
Octal 371 231 226 0 47 50 2 2 131 116
Binary 11111001 10011001 10010110 0 100111 101000 10 10 1011001 1001110

Color Harmonies of #F99996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99996

Black with #F99996

Text Example


Text Example

White with #F99996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99996; }

 p { color: rgb(249,153,150); }

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

background-color css

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

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

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

border-color css

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

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

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