Html Css Color HEX #FE085D Razzmatazz

📋 copy color: '#FE085D'

red 254 ◦ green 8 ◦ blue 93

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

Shades of Razzmatazz #FE085D

Tints of Razzmatazz #FE085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 71.55%
G = 2.25%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE085D (or 0xFE085D) is known color: Razzmatazz. HEX triplet: FE, 08 and 5D. RGB value is (254,8,93). Sum of RGB (Red+Green+Blue) = 254+8+93=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE085D is #01F7A2. Grayscale: #5B5B5B. Windows color (decimal): -128931 or 6097150. OLE color: 6097150.

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

Color convert

RGB 254 8 93 -
CMYK 0 0.97 0.63 0.00
HSL 339.27º 0.99% 0.51% -
HSV(B) 339.27º 0.97% 1% -
XYZ 42.94 22.03 12.35 -
YUV 91.24 129 244.09 -
System Red Green Blue C M Y K H S L
Decimal 254 8 93 0 0.97 0.63 0.00 339.27 0.99 0.51
Hex FE 8 5D 0 61 3F 0 153 63 33
Octal 376 10 135 0 141 77 0 523 143 63
Binary 11111110 1000 1011101 0 1100001 111111 0 101010011 1100011 110011

Color Harmonies of #FE085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE085D

Black with #FE085D

Text Example


Text Example

White with #FE085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE085D; }

 p { color: rgb(254,8,93); }

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

background-color css

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

 a { background-color: rgb(254,8,93); }

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

border-color css

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

 span { border-color: rgb(254,8,93); }

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