Html Css Color HEX #FA2391 Deep Pink

📋 copy color: '#FA2391'

red 250 ◦ green 35 ◦ blue 145

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

Shades of Deep Pink #FA2391

Tints of Deep Pink #FA2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.14%

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 58.14%
G = 8.14%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA2391 (or 0xFA2391) is known color: Deep Pink. HEX triplet: FA, 23 and 91. RGB value is (250,35,145). Sum of RGB (Red+Green+Blue) = 250+35+145=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2391 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2391 is #05DC6E. Grayscale: #6F6F6F. Windows color (decimal): -384111 or 9511930. OLE color: 9511930.

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

Color convert

RGB 250 35 145 -
CMYK 0 0.86 0.42 0.02
HSL 329.3º 0.96% 0.56% -
HSV(B) 329.3º 0.86% 0.98% -
XYZ 45.14 23.57 28.96 -
YUV 111.83 146.73 226.56 -
System Red Green Blue C M Y K H S L
Decimal 250 35 145 0 0.86 0.42 0.02 329.3 0.96 0.56
Hex FA 23 91 0 56 2A 2 149 60 38
Octal 372 43 221 0 126 52 2 511 140 70
Binary 11111010 100011 10010001 0 1010110 101010 10 101001001 1100000 111000

Color Harmonies of #FA2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2391

Black with #FA2391

Text Example


Text Example

White with #FA2391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2391; }

 p { color: rgb(250,35,145); }

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

background-color css

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

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

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

border-color css

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

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

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