Html Css Color HEX #FF0057 Razzmatazz

📋 copy color: '#FF0057'

red 255 ◦ green 0 ◦ blue 87

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

Shades of Razzmatazz #FF0057

Tints of Razzmatazz #FF0057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 74.56%
G = 0%
B = 25.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FF0057 (or 0xFF0057) is known color: Razzmatazz. HEX triplet: FF, 00 and 57. RGB value is (255,0,87). Sum of RGB (Red+Green+Blue) = 255+0+87=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0057 is #00FFA8. Grayscale: #565656. Windows color (decimal): -65449 or 5701887. OLE color: 5701887.

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

Color convert

RGB 255 0 87 -
CMYK 0 1 0.66 0
HSL 339.53º 1% 0.5% -
HSV(B) 339.53º 1% 1% -
XYZ 42.96 21.95 10.99 -
YUV 86.16 128.48 248.43 -
System Red Green Blue C M Y K H S L
Decimal 255 0 87 0 1 0.66 0 339.53 1 0.5
Hex FF 0 57 0 64 42 0 154 64 32
Octal 377 0 127 0 144 102 0 524 144 62
Binary 11111111 0 1010111 0 1100100 1000010 0 101010100 1100100 110010

Color Harmonies of #FF0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0057

Black with #FF0057

Text Example


Text Example

White with #FF0057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0057; }

 p { color: rgb(255,0,87); }

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

background-color css

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

 a { background-color: rgb(255,0,87); }

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

border-color css

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

 span { border-color: rgb(255,0,87); }

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