Html Css Color HEX #FA9797 Sweet Pink

📋 copy color: '#FA9797'

red 250 ◦ green 151 ◦ blue 151

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

Shades of Sweet Pink #FA9797

Tints of Sweet Pink #FA9797

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.36%

 BLUE value IS 151 (59.38% from 255) = 27.36%

R = 45.29%
G = 27.36%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA9797 (or 0xFA9797) is known color: Sweet Pink. HEX triplet: FA, 97 and 97. RGB value is (250,151,151). Sum of RGB (Red+Green+Blue) = 250+151+151=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9797 is #056868. Grayscale: #B4B4B4. Windows color (decimal): -354409 or 9934842. OLE color: 9934842.

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

Color convert

RGB 250 151 151 -
CMYK 0 0.40 0.40 0.02
HSL 0.91% 0.79% -
HSV(B) 0.4% 0.98% -
XYZ 56.08 44.69 34.95 -
YUV 180.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 250 151 151 0 0.40 0.40 0.02 0 0.91 0.79
Hex FA 97 97 0 28 28 2 0 5B 4F
Octal 372 227 227 0 50 50 2 0 133 117
Binary 11111010 10010111 10010111 0 101000 101000 10 0 1011011 1001111

Color Harmonies of #FA9797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9797

Black with #FA9797

Text Example


Text Example

White with #FA9797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9797; }

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

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

background-color css

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

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

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

border-color css

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

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

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