Html Css Color HEX #FA18C1 Shocking Pink

📋 copy color: '#FA18C1'

red 250 ◦ green 24 ◦ blue 193

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

Shades of Shocking Pink #FA18C1

Tints of Shocking Pink #FA18C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 53.53%
G = 5.14%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA18C1 (or 0xFA18C1) is known color: Shocking Pink. HEX triplet: FA, 18 and C1. RGB value is (250,24,193). Sum of RGB (Red+Green+Blue) = 250+24+193=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18C1 is #05E73E. Grayscale: #6E6E6E. Windows color (decimal): -386879 or 12654842. OLE color: 12654842.

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

Color convert

RGB 250 24 193 -
CMYK 0 0.90 0.23 0.02
HSL 315.13º 0.96% 0.54% -
HSV(B) 315.13º 0.9% 0.98% -
XYZ 49.38 24.83 52.64 -
YUV 110.84 174.37 227.26 -
System Red Green Blue C M Y K H S L
Decimal 250 24 193 0 0.90 0.23 0.02 315.13 0.96 0.54
Hex FA 18 C1 0 5A 17 2 13B 60 36
Octal 372 30 301 0 132 27 2 473 140 66
Binary 11111010 11000 11000001 0 1011010 10111 10 100111011 1100000 110110

Color Harmonies of #FA18C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA18C1

Black with #FA18C1

Text Example


Text Example

White with #FA18C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA18C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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