Html Css Color HEX #F99292 Sweet Pink

📋 copy color: '#F99292'

red 249 ◦ green 146 ◦ blue 146

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

Shades of Sweet Pink #F99292

Tints of Sweet Pink #F99292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.99%

R = 46.03%
G = 26.99%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F99292 (or 0xF99292) is known color: Sweet Pink. HEX triplet: F9, 92 and 92. RGB value is (249,146,146). Sum of RGB (Red+Green+Blue) = 249+146+146=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F99292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99292 is #066D6D. Grayscale: #B0B0B0. Windows color (decimal): -421230 or 9605881. OLE color: 9605881.

HSL color Cylindrical-coordinate representation of color #F99292: 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.41%. Process color model (Four color, CMYK) of #F99292 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 146 -
CMYK 0 0.41 0.41 0.02
HSL 0.9% 0.77% -
HSV(B) 0.41% 0.98% -
XYZ 54.53 42.77 32.58 -
YUV 176.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 249 146 146 0 0.41 0.41 0.02 0 0.9 0.77
Hex F9 92 92 0 29 29 2 0 5A 4D
Octal 371 222 222 0 51 51 2 0 132 115
Binary 11111001 10010010 10010010 0 101001 101001 10 0 1011010 1001101

Color Harmonies of #F99292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99292

Black with #F99292

Text Example


Text Example

White with #F99292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99292; }

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

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

background-color css

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

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

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

border-color css

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

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

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