Html Css Color HEX #FA1CD5 Shocking Pink

📋 copy color: '#FA1CD5'

red 250 ◦ green 28 ◦ blue 213

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

Shades of Shocking Pink #FA1CD5

Tints of Shocking Pink #FA1CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.38%

R = 50.92%
G = 5.7%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA1CD5 (or 0xFA1CD5) is known color: Shocking Pink. HEX triplet: FA, 1C and D5. RGB value is (250,28,213). Sum of RGB (Red+Green+Blue) = 250+28+213=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CD5 is #05E32A. Grayscale: #727272. Windows color (decimal): -385835 or 13966586. OLE color: 13966586.

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

Color convert

RGB 250 28 213 -
CMYK 0 0.89 0.15 0.02
HSL 310º 0.96% 0.55% -
HSV(B) 310º 0.89% 0.98% -
XYZ 51.85 25.96 65.23 -
YUV 115.47 183.05 223.96 -
System Red Green Blue C M Y K H S L
Decimal 250 28 213 0 0.89 0.15 0.02 310 0.96 0.55
Hex FA 1C D5 0 59 F 2 136 60 37
Octal 372 34 325 0 131 17 2 466 140 67
Binary 11111010 11100 11010101 0 1011001 1111 10 100110110 1100000 110111

Color Harmonies of #FA1CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1CD5

Black with #FA1CD5

Text Example


Text Example

White with #FA1CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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