Html Css Color HEX #F00057 Razzmatazz

📋 copy color: '#F00057'

red 240 ◦ green 0 ◦ blue 87

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

Shades of Razzmatazz #F00057

Tints of Razzmatazz #F00057

RGB

 RED value IS 240 (94.14% from 255) = 73.39%

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

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

R = 73.39%
G = 0%
B = 26.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F00057 (or 0xF00057) is known color: Razzmatazz. HEX triplet: F0, 00 and 57. RGB value is (240,0,87). Sum of RGB (Red+Green+Blue) = 240+0+87=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F00057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00057 is #0FFFA8. Grayscale: #515151. Windows color (decimal): -1048489 or 5701872. OLE color: 5701872.

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

Color convert

RGB 240 0 87 -
CMYK 0 1 0.64 0.06
HSL 338.25º 1% 0.47% -
HSV(B) 338.25º 1% 0.94% -
XYZ 37.66 19.21 10.74 -
YUV 81.68 131.01 240.93 -
System Red Green Blue C M Y K H S L
Decimal 240 0 87 0 1 0.64 0.06 338.25 1 0.47
Hex F0 0 57 0 64 40 6 152 64 2F
Octal 360 0 127 0 144 100 6 522 144 57
Binary 11110000 0 1010111 0 1100100 1000000 110 101010010 1100100 101111

Color Harmonies of #F00057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00057

Black with #F00057

Text Example


Text Example

White with #F00057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00057; }

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

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

background-color css

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

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

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

border-color css

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

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

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