Html Css Color HEX #FA1F91 Deep Pink

📋 copy color: '#FA1F91'

red 250 ◦ green 31 ◦ blue 145

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

Shades of Deep Pink #FA1F91

Tints of Deep Pink #FA1F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.28%

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

R = 58.69%
G = 7.28%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA1F91 (or 0xFA1F91) is known color: Deep Pink. HEX triplet: FA, 1F and 91. RGB value is (250,31,145). Sum of RGB (Red+Green+Blue) = 250+31+145=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1F91 is #05E06E. Grayscale: #6D6D6D. Windows color (decimal): -385135 or 9510906. OLE color: 9510906.

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

Color convert

RGB 250 31 145 -
CMYK 0 0.88 0.42 0.02
HSL 328.77º 0.96% 0.55% -
HSV(B) 328.77º 0.88% 0.98% -
XYZ 45.03 23.35 28.92 -
YUV 109.48 148.05 228.23 -
System Red Green Blue C M Y K H S L
Decimal 250 31 145 0 0.88 0.42 0.02 328.77 0.96 0.55
Hex FA 1F 91 0 58 2A 2 149 60 37
Octal 372 37 221 0 130 52 2 511 140 67
Binary 11111010 11111 10010001 0 1011000 101010 10 101001001 1100000 110111

Color Harmonies of #FA1F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1F91

Black with #FA1F91

Text Example


Text Example

White with #FA1F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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