Html Css Color HEX #FD059A Hollywood Cerise

📋 copy color: '#FD059A'

red 253 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #FD059A

Tints of Hollywood Cerise #FD059A

RGB

 RED value IS 253 (99.22% from 255) = 61.41%

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

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

R = 61.41%
G = 1.21%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD059A (or 0xFD059A) is known color: Hollywood Cerise. HEX triplet: FD, 05 and 9A. RGB value is (253,5,154). Sum of RGB (Red+Green+Blue) = 253+5+154=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD059A is #02FA65. Grayscale: #5F5F5F. Windows color (decimal): -195174 or 10094077. OLE color: 10094077.

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

Color convert

RGB 253 5 154 -
CMYK 0 0.98 0.39 0.01
HSL 323.95º 0.98% 0.51% -
HSV(B) 323.95º 0.98% 0.99% -
XYZ 46.4 23.32 32.63 -
YUV 96.14 160.66 239.88 -
System Red Green Blue C M Y K H S L
Decimal 253 5 154 0 0.98 0.39 0.01 323.95 0.98 0.51
Hex FD 5 9A 0 62 27 1 144 62 33
Octal 375 5 232 0 142 47 1 504 142 63
Binary 11111101 101 10011010 0 1100010 100111 1 101000100 1100010 110011

Color Harmonies of #FD059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD059A

Black with #FD059A

Text Example


Text Example

White with #FD059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD059A; }

 p { color: rgb(253,5,154); }

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

background-color css

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

 a { background-color: rgb(253,5,154); }

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

border-color css

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

 span { border-color: rgb(253,5,154); }

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