Html Css Color HEX #FD0094 Hollywood Cerise

📋 copy color: '#FD0094'

red 253 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #FD0094

Tints of Hollywood Cerise #FD0094

RGB

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

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

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

R = 63.09%
G = 0%
B = 36.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD0094 (or 0xFD0094) is known color: Hollywood Cerise. HEX triplet: FD, 00 and 94. RGB value is (253,0,148). Sum of RGB (Red+Green+Blue) = 253+0+148=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0094 is #02FF6B. Grayscale: #5C5C5C. Windows color (decimal): -196460 or 9699581. OLE color: 9699581.

HSL color Cylindrical-coordinate representation of color #FD0094: hue angle of 324.9º 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 #FD0094 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 0 148 -
CMYK 0 1 0.42 0.01
HSL 324.9º 1% 0.5% -
HSV(B) 324.9º 1% 0.99% -
XYZ 45.85 23.02 30.04 -
YUV 92.52 159.32 242.47 -
System Red Green Blue C M Y K H S L
Decimal 253 0 148 0 1 0.42 0.01 324.9 1 0.5
Hex FD 0 94 0 64 2A 1 145 64 32
Octal 375 0 224 0 144 52 1 505 144 62
Binary 11111101 0 10010100 0 1100100 101010 1 101000101 1100100 110010

Color Harmonies of #FD0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0094

Black with #FD0094

Text Example


Text Example

White with #FD0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0094; }

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

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

background-color css

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

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

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

border-color css

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

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

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