Html Css Color HEX #FE0D56 Razzmatazz

📋 copy color: '#FE0D56'

red 254 ◦ green 13 ◦ blue 86

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

Shades of Razzmatazz #FE0D56

Tints of Razzmatazz #FE0D56

RGB

 RED value IS 254 (99.61% from 255) = 71.95%

 GREEN value IS 13 (5.47% from 255) = 3.68%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 71.95%
G = 3.68%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FE0D56 (or 0xFE0D56) is known color: Razzmatazz. HEX triplet: FE, 0D and 56. RGB value is (254,13,86). Sum of RGB (Red+Green+Blue) = 254+13+86=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0D56 is #01F2A9. Grayscale: #5D5D5D. Windows color (decimal): -127658 or 5639678. OLE color: 5639678.

HSL color Cylindrical-coordinate representation of color #FE0D56: hue angle of 341.83º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0D56 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 13 86 -
CMYK 0 0.95 0.66 0.00
HSL 341.83º 0.99% 0.52% -
HSV(B) 341.83º 0.95% 1% -
XYZ 42.7 22.03 10.81 -
YUV 93.38 123.84 242.56 -
System Red Green Blue C M Y K H S L
Decimal 254 13 86 0 0.95 0.66 0.00 341.83 0.99 0.52
Hex FE D 56 0 5F 42 0 156 63 34
Octal 376 15 126 0 137 102 0 526 143 64
Binary 11111110 1101 1010110 0 1011111 1000010 0 101010110 1100011 110100

Color Harmonies of #FE0D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0D56

Black with #FE0D56

Text Example


Text Example

White with #FE0D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0D56; }

 p { color: rgb(254,13,86); }

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

background-color css

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

 a { background-color: rgb(254,13,86); }

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

border-color css

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

 span { border-color: rgb(254,13,86); }

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