Html Css Color HEX #FA9494 Sweet Pink

📋 copy color: '#FA9494'

red 250 ◦ green 148 ◦ blue 148

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

Shades of Sweet Pink #FA9494

Tints of Sweet Pink #FA9494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.11%

R = 45.79%
G = 27.11%
B = 27.11%

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

#FA9494 (or 0xFA9494) is known color: Sweet Pink. HEX triplet: FA, 94 and 94. RGB value is (250,148,148). Sum of RGB (Red+Green+Blue) = 250+148+148=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9494 is #056B6B. Grayscale: #B2B2B2. Windows color (decimal): -355180 or 9737466. OLE color: 9737466.

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

Color convert

RGB 250 148 148 -
CMYK 0 0.41 0.41 0.02
HSL 0.91% 0.78% -
HSV(B) 0.41% 0.98% -
XYZ 55.36 43.64 33.52 -
YUV 178.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 250 148 148 0 0.41 0.41 0.02 0 0.91 0.78
Hex FA 94 94 0 29 29 2 0 5B 4E
Octal 372 224 224 0 51 51 2 0 133 116
Binary 11111010 10010100 10010100 0 101001 101001 10 0 1011011 1001110

Color Harmonies of #FA9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9494

Black with #FA9494

Text Example


Text Example

White with #FA9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9494; }

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

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

background-color css

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

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

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

border-color css

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

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

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