Html Css Color HEX #FA157E Deep Pink

📋 copy color: '#FA157E'

red 250 ◦ green 21 ◦ blue 126

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

Shades of Deep Pink #FA157E

Tints of Deep Pink #FA157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.29%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 62.97%
G = 5.29%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA157E (or 0xFA157E) is known color: Deep Pink. HEX triplet: FA, 15 and 7E. RGB value is (250,21,126). Sum of RGB (Red+Green+Blue) = 250+21+126=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA157E is #05EA81. Grayscale: #656565. Windows color (decimal): -387714 or 8263162. OLE color: 8263162.

HSL color Cylindrical-coordinate representation of color #FA157E: hue angle of 332.49º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA157E is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 21 126 -
CMYK 0 0.92 0.50 0.02
HSL 332.49º 0.96% 0.53% -
HSV(B) 332.49º 0.92% 0.98% -
XYZ 43.46 22.37 21.77 -
YUV 101.44 141.87 233.96 -
System Red Green Blue C M Y K H S L
Decimal 250 21 126 0 0.92 0.50 0.02 332.49 0.96 0.53
Hex FA 15 7E 0 5C 32 2 14C 60 35
Octal 372 25 176 0 134 62 2 514 140 65
Binary 11111010 10101 1111110 0 1011100 110010 10 101001100 1100000 110101

Color Harmonies of #FA157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA157E

Black with #FA157E

Text Example


Text Example

White with #FA157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA157E; }

 p { color: rgb(250,21,126); }

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

background-color css

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

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

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

border-color css

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

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

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