Html Css Color HEX #FE05AD Hollywood Cerise

📋 copy color: '#FE05AD'

red 254 ◦ green 5 ◦ blue 173

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

Shades of Hollywood Cerise #FE05AD

Tints of Hollywood Cerise #FE05AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.16%

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 58.8%
G = 1.16%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE05AD (or 0xFE05AD) is known color: Hollywood Cerise. HEX triplet: FE, 05 and AD. RGB value is (254,5,173). Sum of RGB (Red+Green+Blue) = 254+5+173=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE05AD is #01FA52. Grayscale: #626262. Windows color (decimal): -129619 or 11339262. OLE color: 11339262.

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

Color convert

RGB 254 5 173 -
CMYK 0 0.98 0.32 0.00
HSL 319.52º 0.99% 0.51% -
HSV(B) 319.52º 0.98% 1% -
XYZ 48.47 24.2 41.65 -
YUV 98.6 169.99 238.84 -
System Red Green Blue C M Y K H S L
Decimal 254 5 173 0 0.98 0.32 0.00 319.52 0.99 0.51
Hex FE 5 AD 0 62 20 0 140 63 33
Octal 376 5 255 0 142 40 0 500 143 63
Binary 11111110 101 10101101 0 1100010 100000 0 101000000 1100011 110011

Color Harmonies of #FE05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE05AD

Black with #FE05AD

Text Example


Text Example

White with #FE05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE05AD; }

 p { color: rgb(254,5,173); }

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

background-color css

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

 a { background-color: rgb(254,5,173); }

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

border-color css

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

 span { border-color: rgb(254,5,173); }

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