Html Css Color HEX #FE0470 Razzmatazz

📋 copy color: '#FE0470'

red 254 ◦ green 4 ◦ blue 112

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

Shades of Razzmatazz #FE0470

Tints of Razzmatazz #FE0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 68.65%
G = 1.08%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE0470 (or 0xFE0470) is known color: Razzmatazz. HEX triplet: FE, 04 and 70. RGB value is (254,4,112). Sum of RGB (Red+Green+Blue) = 254+4+112=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0470 is #01FB8F. Grayscale: #5A5A5A. Windows color (decimal): -129936 or 7341310. OLE color: 7341310.

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

Color convert

RGB 254 4 112 -
CMYK 0 0.98 0.56 0.00
HSL 334.08º 0.99% 0.51% -
HSV(B) 334.08º 0.98% 1% -
XYZ 43.84 22.33 17.33 -
YUV 91.06 139.83 244.22 -
System Red Green Blue C M Y K H S L
Decimal 254 4 112 0 0.98 0.56 0.00 334.08 0.99 0.51
Hex FE 4 70 0 62 38 0 14E 63 33
Octal 376 4 160 0 142 70 0 516 143 63
Binary 11111110 100 1110000 0 1100010 111000 0 101001110 1100011 110011

Color Harmonies of #FE0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0470

Black with #FE0470

Text Example


Text Example

White with #FE0470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0470; }

 p { color: rgb(254,4,112); }

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

background-color css

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

 a { background-color: rgb(254,4,112); }

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

border-color css

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

 span { border-color: rgb(254,4,112); }

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