Html Css Color HEX #FA1B7C Deep Pink

📋 copy color: '#FA1B7C'

red 250 ◦ green 27 ◦ blue 124

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

Shades of Deep Pink #FA1B7C

Tints of Deep Pink #FA1B7C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.73%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 62.34%
G = 6.73%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA1B7C (or 0xFA1B7C) is known color: Deep Pink. HEX triplet: FA, 1B and 7C. RGB value is (250,27,124). Sum of RGB (Red+Green+Blue) = 250+27+124=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B7C is #05E483. Grayscale: #686868. Windows color (decimal): -386180 or 8133626. OLE color: 8133626.

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

Color convert

RGB 250 27 124 -
CMYK 0 0.89 0.50 0.02
HSL 333.9º 0.96% 0.54% -
HSV(B) 333.9º 0.89% 0.98% -
XYZ 43.45 22.56 21.13 -
YUV 104.74 138.88 231.61 -
System Red Green Blue C M Y K H S L
Decimal 250 27 124 0 0.89 0.50 0.02 333.9 0.96 0.54
Hex FA 1B 7C 0 59 32 2 14E 60 36
Octal 372 33 174 0 131 62 2 516 140 66
Binary 11111010 11011 1111100 0 1011001 110010 10 101001110 1100000 110110

Color Harmonies of #FA1B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1B7C

Black with #FA1B7C

Text Example


Text Example

White with #FA1B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1B7C; }

 p { color: rgb(250,27,124); }

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

background-color css

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

 a { background-color: rgb(250,27,124); }

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

border-color css

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

 span { border-color: rgb(250,27,124); }

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