Html Css Color HEX #FF0461 Razzmatazz

📋 copy color: '#FF0461'

red 255 ◦ green 4 ◦ blue 97

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

Shades of Razzmatazz #FF0461

Tints of Razzmatazz #FF0461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 71.63%
G = 1.12%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF0461 (or 0xFF0461) is known color: Razzmatazz. HEX triplet: FF, 04 and 61. RGB value is (255,4,97). Sum of RGB (Red+Green+Blue) = 255+4+97=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0461 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0461 is #00FB9E. Grayscale: #595959. Windows color (decimal): -64415 or 6358271. OLE color: 6358271.

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

Color convert

RGB 255 4 97 -
CMYK 0 0.98 0.62 0
HSL 337.77º 1% 0.51% -
HSV(B) 337.77º 0.98% 1% -
XYZ 43.44 22.21 13.31 -
YUV 89.65 132.16 245.94 -
System Red Green Blue C M Y K H S L
Decimal 255 4 97 0 0.98 0.62 0 337.77 1 0.51
Hex FF 4 61 0 62 3E 0 152 64 33
Octal 377 4 141 0 142 76 0 522 144 63
Binary 11111111 100 1100001 0 1100010 111110 0 101010010 1100100 110011

Color Harmonies of #FF0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0461

Black with #FF0461

Text Example


Text Example

White with #FF0461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0461; }

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

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

background-color css

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

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

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

border-color css

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

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

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