Html Css Color HEX #FE18C7 Shocking Pink

📋 copy color: '#FE18C7'

red 254 ◦ green 24 ◦ blue 199

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

Shades of Shocking Pink #FE18C7

Tints of Shocking Pink #FE18C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.72%

R = 53.25%
G = 5.03%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE18C7 (or 0xFE18C7) is known color: Shocking Pink. HEX triplet: FE, 18 and C7. RGB value is (254,24,199). Sum of RGB (Red+Green+Blue) = 254+24+199=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18C7 is #01E738. Grayscale: #707070. Windows color (decimal): -124729 or 13048062. OLE color: 13048062.

HSL color Cylindrical-coordinate representation of color #FE18C7: hue angle of 314.35º 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 #FE18C7 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 24 199 -
CMYK 0 0.91 0.22 0.00
HSL 314.35º 0.99% 0.55% -
HSV(B) 314.35º 0.91% 1% -
XYZ 51.51 25.85 56.31 -
YUV 112.72 176.7 228.77 -
System Red Green Blue C M Y K H S L
Decimal 254 24 199 0 0.91 0.22 0.00 314.35 0.99 0.55
Hex FE 18 C7 0 5B 16 0 13A 63 37
Octal 376 30 307 0 133 26 0 472 143 67
Binary 11111110 11000 11000111 0 1011011 10110 0 100111010 1100011 110111

Color Harmonies of #FE18C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18C7

Black with #FE18C7

Text Example


Text Example

White with #FE18C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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