Html Css Color HEX #FA1D83 Deep Pink

📋 copy color: '#FA1D83'

red 250 ◦ green 29 ◦ blue 131

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

Shades of Deep Pink #FA1D83

Tints of Deep Pink #FA1D83

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.07%

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 60.98%
G = 7.07%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA1D83 (or 0xFA1D83) is known color: Deep Pink. HEX triplet: FA, 1D and 83. RGB value is (250,29,131). Sum of RGB (Red+Green+Blue) = 250+29+131=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1D83 is #05E27C. Grayscale: #6A6A6A. Windows color (decimal): -385661 or 8592890. OLE color: 8592890.

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

Color convert

RGB 250 29 131 -
CMYK 0 0.88 0.48 0.02
HSL 332.31º 0.96% 0.55% -
HSV(B) 332.31º 0.88% 0.98% -
XYZ 43.96 22.84 23.56 -
YUV 106.71 141.72 230.21 -
System Red Green Blue C M Y K H S L
Decimal 250 29 131 0 0.88 0.48 0.02 332.31 0.96 0.55
Hex FA 1D 83 0 58 30 2 14C 60 37
Octal 372 35 203 0 130 60 2 514 140 67
Binary 11111010 11101 10000011 0 1011000 110000 10 101001100 1100000 110111

Color Harmonies of #FA1D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1D83

Black with #FA1D83

Text Example


Text Example

White with #FA1D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1D83; }

 p { color: rgb(250,29,131); }

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

background-color css

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

 a { background-color: rgb(250,29,131); }

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

border-color css

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

 span { border-color: rgb(250,29,131); }

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