Html Css Color HEX #FD0091 Hollywood Cerise

📋 copy color: '#FD0091'

red 253 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #FD0091

Tints of Hollywood Cerise #FD0091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 63.57%
G = 0%
B = 36.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD0091 (or 0xFD0091) is known color: Hollywood Cerise. HEX triplet: FD, 00 and 91. RGB value is (253,0,145). Sum of RGB (Red+Green+Blue) = 253+0+145=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0091 is #02FF6E. Grayscale: #5B5B5B. Windows color (decimal): -196463 or 9502973. OLE color: 9502973.

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

Color convert

RGB 253 0 145 -
CMYK 0 1 0.43 0.01
HSL 325.61º 1% 0.5% -
HSV(B) 325.61º 1% 0.99% -
XYZ 45.62 22.93 28.81 -
YUV 92.18 157.82 242.71 -
System Red Green Blue C M Y K H S L
Decimal 253 0 145 0 1 0.43 0.01 325.61 1 0.5
Hex FD 0 91 0 64 2B 1 146 64 32
Octal 375 0 221 0 144 53 1 506 144 62
Binary 11111101 0 10010001 0 1100100 101011 1 101000110 1100100 110010

Color Harmonies of #FD0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0091

Black with #FD0091

Text Example


Text Example

White with #FD0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0091; }

 p { color: rgb(253,0,145); }

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

background-color css

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

 a { background-color: rgb(253,0,145); }

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

border-color css

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

 span { border-color: rgb(253,0,145); }

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