Html Css Color HEX #FA9492 Sweet Pink

📋 copy color: '#FA9492'

red 250 ◦ green 148 ◦ blue 146

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

Shades of Sweet Pink #FA9492

Tints of Sweet Pink #FA9492

RGB

 RED value IS 250 (98.05% from 255) = 45.96%

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

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

R = 45.96%
G = 27.21%
B = 26.84%

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

#FA9492 (or 0xFA9492) is known color: Sweet Pink. HEX triplet: FA, 94 and 92. RGB value is (250,148,146). Sum of RGB (Red+Green+Blue) = 250+148+146=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9492 is #056B6D. Grayscale: #B2B2B2. Windows color (decimal): -355182 or 9606394. OLE color: 9606394.

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

Color convert

RGB 250 148 146 -
CMYK 0 0.41 0.42 0.02
HSL 1.15º 0.91% 0.78% -
HSV(B) 1.15º 0.42% 0.98% -
XYZ 55.2 43.58 32.7 -
YUV 178.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 250 148 146 0 0.41 0.42 0.02 1.15 0.91 0.78
Hex FA 94 92 0 29 2A 2 1 5B 4E
Octal 372 224 222 0 51 52 2 1 133 116
Binary 11111010 10010100 10010010 0 101001 101010 10 1 1011011 1001110

Color Harmonies of #FA9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9492

Black with #FA9492

Text Example


Text Example

White with #FA9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9492; }

 p { color: rgb(250,148,146); }

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

background-color css

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

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

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

border-color css

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

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

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