Html Css Color HEX #F99190 Sweet Pink

📋 copy color: '#F99190'

red 249 ◦ green 145 ◦ blue 144

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

Shades of Sweet Pink #F99190

Tints of Sweet Pink #F99190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.77%

R = 46.28%
G = 26.95%
B = 26.77%

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

#F99190 (or 0xF99190) is known color: Sweet Pink. HEX triplet: F9, 91 and 90. RGB value is (249,145,144). Sum of RGB (Red+Green+Blue) = 249+145+144=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F99190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99190 is #066E6F. Grayscale: #B0B0B0. Windows color (decimal): -421488 or 9474553. OLE color: 9474553.

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

Color convert

RGB 249 145 144 -
CMYK 0 0.42 0.42 0.02
HSL 0.57º 0.9% 0.77% -
HSV(B) 0.57º 0.42% 0.98% -
XYZ 54.23 42.4 31.71 -
YUV 175.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 249 145 144 0 0.42 0.42 0.02 0.57 0.9 0.77
Hex F9 91 90 0 2A 2A 2 1 5A 4D
Octal 371 221 220 0 52 52 2 1 132 115
Binary 11111001 10010001 10010000 0 101010 101010 10 1 1011010 1001101

Color Harmonies of #F99190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99190

Black with #F99190

Text Example


Text Example

White with #F99190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99190; }

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

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

background-color css

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

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

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

border-color css

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

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

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