Html Css Color HEX #FA1296 Deep Pink

📋 copy color: '#FA1296'

red 250 ◦ green 18 ◦ blue 150

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

Shades of Deep Pink #FA1296

Tints of Deep Pink #FA1296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.31%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 59.81%
G = 4.31%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA1296 (or 0xFA1296) is known color: Deep Pink. HEX triplet: FA, 12 and 96. RGB value is (250,18,150). Sum of RGB (Red+Green+Blue) = 250+18+150=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1296 is #05ED69. Grayscale: #666666. Windows color (decimal): -388458 or 9835258. OLE color: 9835258.

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

Color convert

RGB 250 18 150 -
CMYK 0 0.93 0.4 0.02
HSL 325.86º 0.96% 0.53% -
HSV(B) 325.86º 0.93% 0.98% -
XYZ 45.15 22.96 30.91 -
YUV 102.42 154.86 233.27 -
System Red Green Blue C M Y K H S L
Decimal 250 18 150 0 0.93 0.4 0.02 325.86 0.96 0.53
Hex FA 12 96 0 5D 28 2 146 60 35
Octal 372 22 226 0 135 50 2 506 140 65
Binary 11111010 10010 10010110 0 1011101 101000 10 101000110 1100000 110101

Color Harmonies of #FA1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1296

Black with #FA1296

Text Example


Text Example

White with #FA1296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1296; }

 p { color: rgb(250,18,150); }

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

background-color css

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

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

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

border-color css

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

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

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