Html Css Color HEX #FE09AF Shocking Pink

📋 copy color: '#FE09AF'

red 254 ◦ green 9 ◦ blue 175

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

Shades of Shocking Pink #FE09AF

Tints of Shocking Pink #FE09AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 57.99%
G = 2.05%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE09AF (or 0xFE09AF) is known color: Shocking Pink. HEX triplet: FE, 09 and AF. RGB value is (254,9,175). Sum of RGB (Red+Green+Blue) = 254+9+175=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE09AF is #01F650. Grayscale: #646464. Windows color (decimal): -128593 or 11471358. OLE color: 11471358.

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

Color convert

RGB 254 9 175 -
CMYK 0 0.96 0.31 0.00
HSL 319.35º 0.99% 0.52% -
HSV(B) 319.35º 0.96% 1% -
XYZ 48.71 24.36 42.69 -
YUV 101.18 169.67 237 -
System Red Green Blue C M Y K H S L
Decimal 254 9 175 0 0.96 0.31 0.00 319.35 0.99 0.52
Hex FE 9 AF 0 60 1F 0 13F 63 34
Octal 376 11 257 0 140 37 0 477 143 64
Binary 11111110 1001 10101111 0 1100000 11111 0 100111111 1100011 110100

Color Harmonies of #FE09AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE09AF

Black with #FE09AF

Text Example


Text Example

White with #FE09AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE09AF; }

 p { color: rgb(254,9,175); }

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

background-color css

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

 a { background-color: rgb(254,9,175); }

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

border-color css

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

 span { border-color: rgb(254,9,175); }

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