Html Css Color HEX #FE049A Hollywood Cerise

📋 copy color: '#FE049A'

red 254 ◦ green 4 ◦ blue 154

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

Shades of Hollywood Cerise #FE049A

Tints of Hollywood Cerise #FE049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 61.65%
G = 0.97%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE049A (or 0xFE049A) is known color: Hollywood Cerise. HEX triplet: FE, 04 and 9A. RGB value is (254,4,154). Sum of RGB (Red+Green+Blue) = 254+4+154=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE049A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE049A is #01FB65. Grayscale: #5F5F5F. Windows color (decimal): -129894 or 10093822. OLE color: 10093822.

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

Color convert

RGB 254 4 154 -
CMYK 0 0.98 0.39 0.00
HSL 324º 0.99% 0.51% -
HSV(B) 324º 0.98% 1% -
XYZ 46.75 23.49 32.64 -
YUV 95.85 160.83 240.8 -
System Red Green Blue C M Y K H S L
Decimal 254 4 154 0 0.98 0.39 0.00 324 0.99 0.51
Hex FE 4 9A 0 62 27 0 144 63 33
Octal 376 4 232 0 142 47 0 504 143 63
Binary 11111110 100 10011010 0 1100010 100111 0 101000100 1100011 110011

Color Harmonies of #FE049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE049A

Black with #FE049A

Text Example


Text Example

White with #FE049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE049A; }

 p { color: rgb(254,4,154); }

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

background-color css

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

 a { background-color: rgb(254,4,154); }

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

border-color css

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

 span { border-color: rgb(254,4,154); }

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