Html Css Color HEX #F99490 Sweet Pink

📋 copy color: '#F99490'

red 249 ◦ green 148 ◦ blue 144

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

Shades of Sweet Pink #F99490

Tints of Sweet Pink #F99490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.36%

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

R = 46.03%
G = 27.36%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F99490 (or 0xF99490) is known color: Sweet Pink. HEX triplet: F9, 94 and 90. RGB value is (249,148,144). Sum of RGB (Red+Green+Blue) = 249+148+144=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F99490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99490 is #066B6F. Grayscale: #B1B1B1. Windows color (decimal): -420720 or 9475321. OLE color: 9475321.

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

Color convert

RGB 249 148 144 -
CMYK 0 0.41 0.42 0.02
HSL 2.29º 0.9% 0.77% -
HSV(B) 2.29º 0.42% 0.98% -
XYZ 54.69 43.33 31.87 -
YUV 177.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 249 148 144 0 0.41 0.42 0.02 2.29 0.9 0.77
Hex F9 94 90 0 29 2A 2 2 5A 4D
Octal 371 224 220 0 51 52 2 2 132 115
Binary 11111001 10010100 10010000 0 101001 101010 10 10 1011010 1001101

Color Harmonies of #F99490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99490

Black with #F99490

Text Example


Text Example

White with #F99490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99490; }

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

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

background-color css

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

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

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

border-color css

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

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

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