Html Css Color HEX #FA1C8C Deep Pink

📋 copy color: '#FA1C8C'

red 250 ◦ green 28 ◦ blue 140

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

Shades of Deep Pink #FA1C8C

Tints of Deep Pink #FA1C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 59.81%
G = 6.7%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA1C8C (or 0xFA1C8C) is known color: Deep Pink. HEX triplet: FA, 1C and 8C. RGB value is (250,28,140). Sum of RGB (Red+Green+Blue) = 250+28+140=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1C8C is #05E373. Grayscale: #6A6A6A. Windows color (decimal): -385908 or 9182458. OLE color: 9182458.

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

Color convert

RGB 250 28 140 -
CMYK 0 0.89 0.44 0.02
HSL 329.73º 0.96% 0.55% -
HSV(B) 329.73º 0.89% 0.98% -
XYZ 44.57 23.05 26.91 -
YUV 107.15 146.55 229.89 -
System Red Green Blue C M Y K H S L
Decimal 250 28 140 0 0.89 0.44 0.02 329.73 0.96 0.55
Hex FA 1C 8C 0 59 2C 2 14A 60 37
Octal 372 34 214 0 131 54 2 512 140 67
Binary 11111010 11100 10001100 0 1011001 101100 10 101001010 1100000 110111

Color Harmonies of #FA1C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C8C

Black with #FA1C8C

Text Example


Text Example

White with #FA1C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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