Html Css Color HEX #FE0465 Razzmatazz

📋 copy color: '#FE0465'

red 254 ◦ green 4 ◦ blue 101

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

Shades of Razzmatazz #FE0465

Tints of Razzmatazz #FE0465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 70.75%
G = 1.11%
B = 28.13%

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

#FE0465 (or 0xFE0465) is known color: Razzmatazz. HEX triplet: FE, 04 and 65. RGB value is (254,4,101). Sum of RGB (Red+Green+Blue) = 254+4+101=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0465 is #01FB9A. Grayscale: #595959. Windows color (decimal): -129947 or 6620414. OLE color: 6620414.

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

Color convert

RGB 254 4 101 -
CMYK 0 0.98 0.60 0.00
HSL 336.72º 0.99% 0.51% -
HSV(B) 336.72º 0.98% 1% -
XYZ 43.27 22.1 14.3 -
YUV 89.81 134.33 245.11 -
System Red Green Blue C M Y K H S L
Decimal 254 4 101 0 0.98 0.60 0.00 336.72 0.99 0.51
Hex FE 4 65 0 62 3C 0 151 63 33
Octal 376 4 145 0 142 74 0 521 143 63
Binary 11111110 100 1100101 0 1100010 111100 0 101010001 1100011 110011

Color Harmonies of #FE0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0465

Black with #FE0465

Text Example


Text Example

White with #FE0465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0465; }

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

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

background-color css

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

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

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

border-color css

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

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

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