Html Css Color HEX #FA9290 Sweet Pink

📋 copy color: '#FA9290'

red 250 ◦ green 146 ◦ blue 144

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

Shades of Sweet Pink #FA9290

Tints of Sweet Pink #FA9290

RGB

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

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

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

R = 46.3%
G = 27.04%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA9290 (or 0xFA9290) is known color: Sweet Pink. HEX triplet: FA, 92 and 90. RGB value is (250,146,144). Sum of RGB (Red+Green+Blue) = 250+146+144=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9290 is #056D6F. Grayscale: #B0B0B0. Windows color (decimal): -355696 or 9474810. OLE color: 9474810.

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

Color convert

RGB 250 146 144 -
CMYK 0 0.42 0.42 0.02
HSL 1.13º 0.91% 0.77% -
HSV(B) 1.13º 0.42% 0.98% -
XYZ 54.74 42.9 31.78 -
YUV 176.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 250 146 144 0 0.42 0.42 0.02 1.13 0.91 0.77
Hex FA 92 90 0 2A 2A 2 1 5B 4D
Octal 372 222 220 0 52 52 2 1 133 115
Binary 11111010 10010010 10010000 0 101010 101010 10 1 1011011 1001101

Color Harmonies of #FA9290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9290

Black with #FA9290

Text Example


Text Example

White with #FA9290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9290; }

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

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

background-color css

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

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

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

border-color css

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

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

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