Html Css Color HEX #FE075C Razzmatazz

📋 copy color: '#FE075C'

red 254 ◦ green 7 ◦ blue 92

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

Shades of Razzmatazz #FE075C

Tints of Razzmatazz #FE075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 71.95%
G = 1.98%
B = 26.06%

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

#FE075C (or 0xFE075C) is known color: Razzmatazz. HEX triplet: FE, 07 and 5C. RGB value is (254,7,92). Sum of RGB (Red+Green+Blue) = 254+7+92=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE075C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE075C is #01F8A3. Grayscale: #5A5A5A. Windows color (decimal): -129188 or 6031358. OLE color: 6031358.

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

Color convert

RGB 254 7 92 -
CMYK 0 0.97 0.64 0.00
HSL 339.35º 0.99% 0.51% -
HSV(B) 339.35º 0.97% 1% -
XYZ 42.88 22 12.11 -
YUV 90.54 128.83 244.59 -
System Red Green Blue C M Y K H S L
Decimal 254 7 92 0 0.97 0.64 0.00 339.35 0.99 0.51
Hex FE 7 5C 0 61 40 0 153 63 33
Octal 376 7 134 0 141 100 0 523 143 63
Binary 11111110 111 1011100 0 1100001 1000000 0 101010011 1100011 110011

Color Harmonies of #FE075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE075C

Black with #FE075C

Text Example


Text Example

White with #FE075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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