Html Css Color HEX #FF0465 Razzmatazz

📋 copy color: '#FF0465'

red 255 ◦ green 4 ◦ blue 101

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

Shades of Razzmatazz #FF0465

Tints of Razzmatazz #FF0465

RGB

 RED value IS 255 (100% from 255) = 70.83%

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

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

R = 70.83%
G = 1.11%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF0465 (or 0xFF0465) is known color: Razzmatazz. HEX triplet: FF, 04 and 65. RGB value is (255,4,101). Sum of RGB (Red+Green+Blue) = 255+4+101=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0465 is #00FB9A. Grayscale: #595959. Windows color (decimal): -64411 or 6620415. OLE color: 6620415.

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

Color convert

RGB 255 4 101 -
CMYK 0 0.98 0.60 0
HSL 336.81º 1% 0.51% -
HSV(B) 336.81º 0.98% 1% -
XYZ 43.63 22.29 14.31 -
YUV 90.11 134.16 245.61 -
System Red Green Blue C M Y K H S L
Decimal 255 4 101 0 0.98 0.60 0 336.81 1 0.51
Hex FF 4 65 0 62 3C 0 151 64 33
Octal 377 4 145 0 142 74 0 521 144 63
Binary 11111111 100 1100101 0 1100010 111100 0 101010001 1100100 110011

Color Harmonies of #FF0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0465

Black with #FF0465

Text Example


Text Example

White with #FF0465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0465; }

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

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

background-color css

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

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

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

border-color css

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

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

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