Html Css Color HEX #FA9090 Sweet Pink

📋 copy color: '#FA9090'

red 250 ◦ green 144 ◦ blue 144

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

Shades of Sweet Pink #FA9090

Tints of Sweet Pink #FA9090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.77%

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

R = 46.47%
G = 26.77%
B = 26.77%

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

#FA9090 (or 0xFA9090) is known color: Sweet Pink. HEX triplet: FA, 90 and 90. RGB value is (250,144,144). Sum of RGB (Red+Green+Blue) = 250+144+144=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9090 is #056F6F. Grayscale: #AFAFAF. Windows color (decimal): -356208 or 9474298. OLE color: 9474298.

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

Color convert

RGB 250 144 144 -
CMYK 0 0.42 0.42 0.02
HSL 0.91% 0.77% -
HSV(B) 0.42% 0.98% -
XYZ 54.43 42.28 31.68 -
YUV 175.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 250 144 144 0 0.42 0.42 0.02 0 0.91 0.77
Hex FA 90 90 0 2A 2A 2 0 5B 4D
Octal 372 220 220 0 52 52 2 0 133 115
Binary 11111010 10010000 10010000 0 101010 101010 10 0 1011011 1001101

Color Harmonies of #FA9090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9090

Black with #FA9090

Text Example


Text Example

White with #FA9090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9090; }

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

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

background-color css

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

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

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

border-color css

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

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

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