Html Css Color HEX #FE085B Razzmatazz

📋 copy color: '#FE085B'

red 254 ◦ green 8 ◦ blue 91

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

Shades of Razzmatazz #FE085B

Tints of Razzmatazz #FE085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 71.95%
G = 2.27%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE085B (or 0xFE085B) is known color: Razzmatazz. HEX triplet: FE, 08 and 5B. RGB value is (254,8,91). Sum of RGB (Red+Green+Blue) = 254+8+91=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE085B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE085B is #01F7A4. Grayscale: #5A5A5A. Windows color (decimal): -128933 or 5966078. OLE color: 5966078.

HSL color Cylindrical-coordinate representation of color #FE085B: hue angle of 339.76º 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 #FE085B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 8 91 -
CMYK 0 0.97 0.64 0.00
HSL 339.76º 0.99% 0.51% -
HSV(B) 339.76º 0.97% 1% -
XYZ 42.85 22 11.89 -
YUV 91.02 128 244.25 -
System Red Green Blue C M Y K H S L
Decimal 254 8 91 0 0.97 0.64 0.00 339.76 0.99 0.51
Hex FE 8 5B 0 61 40 0 154 63 33
Octal 376 10 133 0 141 100 0 524 143 63
Binary 11111110 1000 1011011 0 1100001 1000000 0 101010100 1100011 110011

Color Harmonies of #FE085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE085B

Black with #FE085B

Text Example


Text Example

White with #FE085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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