Html Css Color HEX #FD0394 Hollywood Cerise

📋 copy color: '#FD0394'

red 253 ◦ green 3 ◦ blue 148

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

Shades of Hollywood Cerise #FD0394

Tints of Hollywood Cerise #FD0394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 62.62%
G = 0.74%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD0394 (or 0xFD0394) is known color: Hollywood Cerise. HEX triplet: FD, 03 and 94. RGB value is (253,3,148). Sum of RGB (Red+Green+Blue) = 253+3+148=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0394 is #02FC6B. Grayscale: #5D5D5D. Windows color (decimal): -195692 or 9700349. OLE color: 9700349.

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

Color convert

RGB 253 3 148 -
CMYK 0 0.99 0.42 0.01
HSL 325.2º 0.98% 0.5% -
HSV(B) 325.2º 0.99% 0.99% -
XYZ 45.89 23.09 30.05 -
YUV 94.28 158.33 241.21 -
System Red Green Blue C M Y K H S L
Decimal 253 3 148 0 0.99 0.42 0.01 325.2 0.98 0.5
Hex FD 3 94 0 63 2A 1 145 62 32
Octal 375 3 224 0 143 52 1 505 142 62
Binary 11111101 11 10010100 0 1100011 101010 1 101000101 1100010 110010

Color Harmonies of #FD0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0394

Black with #FD0394

Text Example


Text Example

White with #FD0394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0394; }

 p { color: rgb(253,3,148); }

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

background-color css

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

 a { background-color: rgb(253,3,148); }

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

border-color css

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

 span { border-color: rgb(253,3,148); }

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