Html Css Color HEX #FE0466 Razzmatazz

📋 copy color: '#FE0466'

red 254 ◦ green 4 ◦ blue 102

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

Shades of Razzmatazz #FE0466

Tints of Razzmatazz #FE0466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 70.56%
G = 1.11%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE0466 (or 0xFE0466) is known color: Razzmatazz. HEX triplet: FE, 04 and 66. RGB value is (254,4,102). Sum of RGB (Red+Green+Blue) = 254+4+102=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0466 is #01FB99. Grayscale: #595959. Windows color (decimal): -129946 or 6685950. OLE color: 6685950.

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

Color convert

RGB 254 4 102 -
CMYK 0 0.98 0.60 0.00
HSL 336.48º 0.99% 0.51% -
HSV(B) 336.48º 0.98% 1% -
XYZ 43.31 22.12 14.56 -
YUV 89.92 134.83 245.03 -
System Red Green Blue C M Y K H S L
Decimal 254 4 102 0 0.98 0.60 0.00 336.48 0.99 0.51
Hex FE 4 66 0 62 3C 0 150 63 33
Octal 376 4 146 0 142 74 0 520 143 63
Binary 11111110 100 1100110 0 1100010 111100 0 101010000 1100011 110011

Color Harmonies of #FE0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0466

Black with #FE0466

Text Example


Text Example

White with #FE0466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0466; }

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

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

background-color css

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

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

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

border-color css

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

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

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