Html Css Color HEX #FA1292 Deep Pink

📋 copy color: '#FA1292'

red 250 ◦ green 18 ◦ blue 146

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

Shades of Deep Pink #FA1292

Tints of Deep Pink #FA1292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 60.39%
G = 4.35%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA1292 (or 0xFA1292) is known color: Deep Pink. HEX triplet: FA, 12 and 92. RGB value is (250,18,146). Sum of RGB (Red+Green+Blue) = 250+18+146=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1292 is #05ED6D. Grayscale: #656565. Windows color (decimal): -388462 or 9573114. OLE color: 9573114.

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

Color convert

RGB 250 18 146 -
CMYK 0 0.93 0.42 0.02
HSL 326.9º 0.96% 0.53% -
HSV(B) 326.9º 0.93% 0.98% -
XYZ 44.83 22.83 29.24 -
YUV 101.96 152.86 233.59 -
System Red Green Blue C M Y K H S L
Decimal 250 18 146 0 0.93 0.42 0.02 326.9 0.96 0.53
Hex FA 12 92 0 5D 2A 2 147 60 35
Octal 372 22 222 0 135 52 2 507 140 65
Binary 11111010 10010 10010010 0 1011101 101010 10 101000111 1100000 110101

Color Harmonies of #FA1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1292

Black with #FA1292

Text Example


Text Example

White with #FA1292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1292; }

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

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

background-color css

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

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

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

border-color css

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

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

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