Html Css Color HEX #FE00AF Hollywood Cerise

📋 copy color: '#FE00AF'

red 254 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #FE00AF

Tints of Hollywood Cerise #FE00AF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.21%
G = 0%
B = 40.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE00AF (or 0xFE00AF) is known color: Hollywood Cerise. HEX triplet: FE, 00 and AF. RGB value is (254,0,175). Sum of RGB (Red+Green+Blue) = 254+0+175=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00AF is #01FF50. Grayscale: #5F5F5F. Windows color (decimal): -130897 or 11469054. OLE color: 11469054.

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

Color convert

RGB 254 0 175 -
CMYK 0 1 0.31 0.00
HSL 318.66º 1% 0.5% -
HSV(B) 318.66º 1% 1% -
XYZ 48.61 24.17 42.66 -
YUV 95.9 172.65 240.77 -
System Red Green Blue C M Y K H S L
Decimal 254 0 175 0 1 0.31 0.00 318.66 1 0.5
Hex FE 0 AF 0 64 1F 0 13F 64 32
Octal 376 0 257 0 144 37 0 477 144 62
Binary 11111110 0 10101111 0 1100100 11111 0 100111111 1100100 110010

Color Harmonies of #FE00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00AF

Black with #FE00AF

Text Example


Text Example

White with #FE00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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