Html Css Color HEX #FE076B Razzmatazz

📋 copy color: '#FE076B'

red 254 ◦ green 7 ◦ blue 107

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

Shades of Razzmatazz #FE076B

Tints of Razzmatazz #FE076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 69.02%
G = 1.9%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE076B (or 0xFE076B) is known color: Razzmatazz. HEX triplet: FE, 07 and 6B. RGB value is (254,7,107). Sum of RGB (Red+Green+Blue) = 254+7+107=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE076B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE076B is #01F894. Grayscale: #5C5C5C. Windows color (decimal): -129173 or 7014398. OLE color: 7014398.

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

Color convert

RGB 254 7 107 -
CMYK 0 0.97 0.58 0.00
HSL 335.71º 0.99% 0.51% -
HSV(B) 335.71º 0.97% 1% -
XYZ 43.6 22.28 15.91 -
YUV 92.25 136.33 243.37 -
System Red Green Blue C M Y K H S L
Decimal 254 7 107 0 0.97 0.58 0.00 335.71 0.99 0.51
Hex FE 7 6B 0 61 3A 0 150 63 33
Octal 376 7 153 0 141 72 0 520 143 63
Binary 11111110 111 1101011 0 1100001 111010 0 101010000 1100011 110011

Color Harmonies of #FE076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE076B

Black with #FE076B

Text Example


Text Example

White with #FE076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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