Html Css Color HEX #FA1C7F Deep Pink

📋 copy color: '#FA1C7F'

red 250 ◦ green 28 ◦ blue 127

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

Shades of Deep Pink #FA1C7F

Tints of Deep Pink #FA1C7F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

 BLUE value IS 127 (50% from 255) = 31.36%

R = 61.73%
G = 6.91%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA1C7F (or 0xFA1C7F) is known color: Deep Pink. HEX triplet: FA, 1C and 7F. RGB value is (250,28,127). Sum of RGB (Red+Green+Blue) = 250+28+127=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1C7F is #05E380. Grayscale: #696969. Windows color (decimal): -385921 or 8330490. OLE color: 8330490.

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

Color convert

RGB 250 28 127 -
CMYK 0 0.89 0.49 0.02
HSL 333.24º 0.96% 0.55% -
HSV(B) 333.24º 0.89% 0.98% -
XYZ 43.67 22.69 22.16 -
YUV 105.66 140.05 230.95 -
System Red Green Blue C M Y K H S L
Decimal 250 28 127 0 0.89 0.49 0.02 333.24 0.96 0.55
Hex FA 1C 7F 0 59 31 2 14D 60 37
Octal 372 34 177 0 131 61 2 515 140 67
Binary 11111010 11100 1111111 0 1011001 110001 10 101001101 1100000 110111

Color Harmonies of #FA1C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C7F

Black with #FA1C7F

Text Example


Text Example

White with #FA1C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C7F; }

 p { color: rgb(250,28,127); }

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

background-color css

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

 a { background-color: rgb(250,28,127); }

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

border-color css

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

 span { border-color: rgb(250,28,127); }

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