Html Css Color HEX #F99493 Sweet Pink

📋 copy color: '#F99493'

red 249 ◦ green 148 ◦ blue 147

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

Shades of Sweet Pink #F99493

Tints of Sweet Pink #F99493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.02%

R = 45.77%
G = 27.21%
B = 27.02%

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

#F99493 (or 0xF99493) is known color: Sweet Pink. HEX triplet: F9, 94 and 93. RGB value is (249,148,147). Sum of RGB (Red+Green+Blue) = 249+148+147=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F99493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99493 is #066B6C. Grayscale: #B2B2B2. Windows color (decimal): -420717 or 9671929. OLE color: 9671929.

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

Color convert

RGB 249 148 147 -
CMYK 0 0.41 0.41 0.02
HSL 0.59º 0.89% 0.78% -
HSV(B) 0.59º 0.41% 0.98% -
XYZ 54.92 43.43 33.09 -
YUV 178.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 249 148 147 0 0.41 0.41 0.02 0.59 0.89 0.78
Hex F9 94 93 0 29 29 2 1 59 4E
Octal 371 224 223 0 51 51 2 1 131 116
Binary 11111001 10010100 10010011 0 101001 101001 10 1 1011001 1001110

Color Harmonies of #F99493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99493

Black with #F99493

Text Example


Text Example

White with #F99493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99493; }

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

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

background-color css

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

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

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

border-color css

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

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

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