Html Css Color HEX #FA18C5 Shocking Pink

📋 copy color: '#FA18C5'

red 250 ◦ green 24 ◦ blue 197

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

Shades of Shocking Pink #FA18C5

Tints of Shocking Pink #FA18C5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.1%

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 53.08%
G = 5.1%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA18C5 (or 0xFA18C5) is known color: Shocking Pink. HEX triplet: FA, 18 and C5. RGB value is (250,24,197). Sum of RGB (Red+Green+Blue) = 250+24+197=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18C5 is #05E73A. Grayscale: #6E6E6E. Windows color (decimal): -386875 or 12916986. OLE color: 12916986.

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

Color convert

RGB 250 24 197 -
CMYK 0 0.90 0.21 0.02
HSL 314.07º 0.96% 0.54% -
HSV(B) 314.07º 0.9% 0.98% -
XYZ 49.83 25.01 55.02 -
YUV 111.3 176.37 226.93 -
System Red Green Blue C M Y K H S L
Decimal 250 24 197 0 0.90 0.21 0.02 314.07 0.96 0.54
Hex FA 18 C5 0 5A 15 2 13A 60 36
Octal 372 30 305 0 132 25 2 472 140 66
Binary 11111010 11000 11000101 0 1011010 10101 10 100111010 1100000 110110

Color Harmonies of #FA18C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA18C5

Black with #FA18C5

Text Example


Text Example

White with #FA18C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA18C5; }

 p { color: rgb(250,24,197); }

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

background-color css

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

 a { background-color: rgb(250,24,197); }

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

border-color css

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

 span { border-color: rgb(250,24,197); }

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