Html Css Color HEX #F99191 Sweet Pink

📋 copy color: '#F99191'

red 249 ◦ green 145 ◦ blue 145

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

Shades of Sweet Pink #F99191

Tints of Sweet Pink #F99191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.9%

 BLUE value IS 145 (57.03% from 255) = 26.9%

R = 46.2%
G = 26.9%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F99191 (or 0xF99191) is known color: Sweet Pink. HEX triplet: F9, 91 and 91. RGB value is (249,145,145). Sum of RGB (Red+Green+Blue) = 249+145+145=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F99191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99191 is #066E6E. Grayscale: #B0B0B0. Windows color (decimal): -421487 or 9540089. OLE color: 9540089.

HSL color Cylindrical-coordinate representation of color #F99191: hue angle of 0º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F99191 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 145 145 -
CMYK 0 0.42 0.42 0.02
HSL 0.9% 0.77% -
HSV(B) 0.42% 0.98% -
XYZ 54.3 42.43 32.12 -
YUV 176.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 249 145 145 0 0.42 0.42 0.02 0 0.9 0.77
Hex F9 91 91 0 2A 2A 2 0 5A 4D
Octal 371 221 221 0 52 52 2 0 132 115
Binary 11111001 10010001 10010001 0 101010 101010 10 0 1011010 1001101

Color Harmonies of #F99191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99191

Black with #F99191

Text Example


Text Example

White with #F99191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99191; }

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

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

background-color css

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

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

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

border-color css

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

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

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