Html Css Color HEX #F99696 Sweet Pink

📋 copy color: '#F99696'

red 249 ◦ green 150 ◦ blue 150

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

Shades of Sweet Pink #F99696

Tints of Sweet Pink #F99696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.32%

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

R = 45.36%
G = 27.32%
B = 27.32%

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

#F99696 (or 0xF99696) is known color: Sweet Pink. HEX triplet: F9, 96 and 96. RGB value is (249,150,150). Sum of RGB (Red+Green+Blue) = 249+150+150=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F99696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99696 is #066969. Grayscale: #B3B3B3. Windows color (decimal): -420202 or 9869049. OLE color: 9869049.

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

Color convert

RGB 249 150 150 -
CMYK 0 0.40 0.40 0.02
HSL 0.89% 0.78% -
HSV(B) 0.4% 0.98% -
XYZ 55.48 44.15 34.45 -
YUV 179.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 249 150 150 0 0.40 0.40 0.02 0 0.89 0.78
Hex F9 96 96 0 28 28 2 0 59 4E
Octal 371 226 226 0 50 50 2 0 131 116
Binary 11111001 10010110 10010110 0 101000 101000 10 0 1011001 1001110

Color Harmonies of #F99696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99696

Black with #F99696

Text Example


Text Example

White with #F99696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99696; }

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

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

background-color css

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

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

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

border-color css

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

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

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