Html Css Color HEX #FE18C8 Shocking Pink

📋 copy color: '#FE18C8'

red 254 ◦ green 24 ◦ blue 200

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

Shades of Shocking Pink #FE18C8

Tints of Shocking Pink #FE18C8

RGB

 RED value IS 254 (99.61% from 255) = 53.14%

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

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 53.14%
G = 5.02%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE18C8 (or 0xFE18C8) is known color: Shocking Pink. HEX triplet: FE, 18 and C8. RGB value is (254,24,200). Sum of RGB (Red+Green+Blue) = 254+24+200=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18C8 is #01E737. Grayscale: #707070. Windows color (decimal): -124728 or 13113598. OLE color: 13113598.

HSL color Cylindrical-coordinate representation of color #FE18C8: hue angle of 314.09º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE18C8 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 24 200 -
CMYK 0 0.91 0.21 0.00
HSL 314.09º 0.99% 0.55% -
HSV(B) 314.09º 0.91% 1% -
XYZ 51.63 25.89 56.92 -
YUV 112.83 177.2 228.69 -
System Red Green Blue C M Y K H S L
Decimal 254 24 200 0 0.91 0.21 0.00 314.09 0.99 0.55
Hex FE 18 C8 0 5B 15 0 13A 63 37
Octal 376 30 310 0 133 25 0 472 143 67
Binary 11111110 11000 11001000 0 1011011 10101 0 100111010 1100011 110111

Color Harmonies of #FE18C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18C8

Black with #FE18C8

Text Example


Text Example

White with #FE18C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18C8; }

 p { color: rgb(254,24,200); }

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

background-color css

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

 a { background-color: rgb(254,24,200); }

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

border-color css

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

 span { border-color: rgb(254,24,200); }

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