Html Css Color HEX #FA1494 Deep Pink

📋 copy color: '#FA1494'

red 250 ◦ green 20 ◦ blue 148

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

Shades of Deep Pink #FA1494

Tints of Deep Pink #FA1494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

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

R = 59.81%
G = 4.78%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA1494 (or 0xFA1494) is known color: Deep Pink. HEX triplet: FA, 14 and 94. RGB value is (250,20,148). Sum of RGB (Red+Green+Blue) = 250+20+148=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1494 is #05EB6B. Grayscale: #676767. Windows color (decimal): -387948 or 9704698. OLE color: 9704698.

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

Color convert

RGB 250 20 148 -
CMYK 0 0.92 0.41 0.02
HSL 326.61º 0.96% 0.53% -
HSV(B) 326.61º 0.92% 0.98% -
XYZ 45.02 22.96 30.08 -
YUV 103.36 153.2 232.59 -
System Red Green Blue C M Y K H S L
Decimal 250 20 148 0 0.92 0.41 0.02 326.61 0.96 0.53
Hex FA 14 94 0 5C 29 2 147 60 35
Octal 372 24 224 0 134 51 2 507 140 65
Binary 11111010 10100 10010100 0 1011100 101001 10 101000111 1100000 110101

Color Harmonies of #FA1494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1494

Black with #FA1494

Text Example


Text Example

White with #FA1494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1494; }

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

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

background-color css

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

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

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

border-color css

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

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

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