Html Css Color HEX #FA9392 Sweet Pink

📋 copy color: '#FA9392'

red 250 ◦ green 147 ◦ blue 146

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

Shades of Sweet Pink #FA9392

Tints of Sweet Pink #FA9392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.07%

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

R = 46.04%
G = 27.07%
B = 26.89%

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

#FA9392 (or 0xFA9392) is known color: Sweet Pink. HEX triplet: FA, 93 and 92. RGB value is (250,147,146). Sum of RGB (Red+Green+Blue) = 250+147+146=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9392 is #056C6D. Grayscale: #B1B1B1. Windows color (decimal): -355438 or 9606138. OLE color: 9606138.

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

Color convert

RGB 250 147 146 -
CMYK 0 0.41 0.42 0.02
HSL 0.58º 0.91% 0.78% -
HSV(B) 0.58º 0.42% 0.98% -
XYZ 55.05 43.27 32.64 -
YUV 177.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 250 147 146 0 0.41 0.42 0.02 0.58 0.91 0.78
Hex FA 93 92 0 29 2A 2 1 5B 4E
Octal 372 223 222 0 51 52 2 1 133 116
Binary 11111010 10010011 10010010 0 101001 101010 10 1 1011011 1001110

Color Harmonies of #FA9392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9392

Black with #FA9392

Text Example


Text Example

White with #FA9392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9392; }

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

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

background-color css

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

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

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

border-color css

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

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

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