Html Css Color HEX #FD0294 Hollywood Cerise

📋 copy color: '#FD0294'

red 253 ◦ green 2 ◦ blue 148

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

Shades of Hollywood Cerise #FD0294

Tints of Hollywood Cerise #FD0294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 62.78%
G = 0.5%
B = 36.72%

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

#FD0294 (or 0xFD0294) is known color: Hollywood Cerise. HEX triplet: FD, 02 and 94. RGB value is (253,2,148). Sum of RGB (Red+Green+Blue) = 253+2+148=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0294 is #02FD6B. Grayscale: #5D5D5D. Windows color (decimal): -195948 or 9700093. OLE color: 9700093.

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

Color convert

RGB 253 2 148 -
CMYK 0 0.99 0.42 0.01
HSL 325.1º 0.98% 0.5% -
HSV(B) 325.1º 0.99% 0.99% -
XYZ 45.88 23.06 30.05 -
YUV 93.69 158.66 241.63 -
System Red Green Blue C M Y K H S L
Decimal 253 2 148 0 0.99 0.42 0.01 325.1 0.98 0.5
Hex FD 2 94 0 63 2A 1 145 62 32
Octal 375 2 224 0 143 52 1 505 142 62
Binary 11111101 10 10010100 0 1100011 101010 1 101000101 1100010 110010

Color Harmonies of #FD0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0294

Black with #FD0294

Text Example


Text Example

White with #FD0294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0294; }

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

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

background-color css

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

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

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

border-color css

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

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

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