Html Css Color HEX #F99290 Sweet Pink

📋 copy color: '#F99290'

red 249 ◦ green 146 ◦ blue 144

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

Shades of Sweet Pink #F99290

Tints of Sweet Pink #F99290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.09%

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

R = 46.2%
G = 27.09%
B = 26.72%

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

#F99290 (or 0xF99290) is known color: Sweet Pink. HEX triplet: F9, 92 and 90. RGB value is (249,146,144). Sum of RGB (Red+Green+Blue) = 249+146+144=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F99290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99290 is #066D6F. Grayscale: #B0B0B0. Windows color (decimal): -421232 or 9474809. OLE color: 9474809.

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

Color convert

RGB 249 146 144 -
CMYK 0 0.41 0.42 0.02
HSL 1.14º 0.9% 0.77% -
HSV(B) 1.14º 0.42% 0.98% -
XYZ 54.38 42.71 31.76 -
YUV 176.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 249 146 144 0 0.41 0.42 0.02 1.14 0.9 0.77
Hex F9 92 90 0 29 2A 2 1 5A 4D
Octal 371 222 220 0 51 52 2 1 132 115
Binary 11111001 10010010 10010000 0 101001 101010 10 1 1011010 1001101

Color Harmonies of #F99290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99290

Black with #F99290

Text Example


Text Example

White with #F99290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99290; }

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

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

background-color css

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

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

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

border-color css

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

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

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