Html Css Color HEX #FE075B Razzmatazz

📋 copy color: '#FE075B'

red 254 ◦ green 7 ◦ blue 91

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

Shades of Razzmatazz #FE075B

Tints of Razzmatazz #FE075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

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

R = 72.16%
G = 1.99%
B = 25.85%

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

#FE075B (or 0xFE075B) is known color: Razzmatazz. HEX triplet: FE, 07 and 5B. RGB value is (254,7,91). Sum of RGB (Red+Green+Blue) = 254+7+91=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE075B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE075B is #01F8A4. Grayscale: #5A5A5A. Windows color (decimal): -129189 or 5965822. OLE color: 5965822.

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

Color convert

RGB 254 7 91 -
CMYK 0 0.97 0.64 0.00
HSL 339.6º 0.99% 0.51% -
HSV(B) 339.6º 0.97% 1% -
XYZ 42.84 21.98 11.88 -
YUV 90.43 128.33 244.67 -
System Red Green Blue C M Y K H S L
Decimal 254 7 91 0 0.97 0.64 0.00 339.6 0.99 0.51
Hex FE 7 5B 0 61 40 0 154 63 33
Octal 376 7 133 0 141 100 0 524 143 63
Binary 11111110 111 1011011 0 1100001 1000000 0 101010100 1100011 110011

Color Harmonies of #FE075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE075B

Black with #FE075B

Text Example


Text Example

White with #FE075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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