Html Css Color HEX #F00757 Razzmatazz

📋 copy color: '#F00757'

red 240 ◦ green 7 ◦ blue 87

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

Shades of Razzmatazz #F00757

Tints of Razzmatazz #F00757

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

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

R = 71.86%
G = 2.1%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F00757 (or 0xF00757) is known color: Razzmatazz. HEX triplet: F0, 07 and 57. RGB value is (240,7,87). Sum of RGB (Red+Green+Blue) = 240+7+87=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F00757 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00757 is #0FF8A8. Grayscale: #555555. Windows color (decimal): -1046697 or 5703664. OLE color: 5703664.

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

Color convert

RGB 240 7 87 -
CMYK 0 0.97 0.64 0.06
HSL 339.4º 0.94% 0.48% -
HSV(B) 339.4º 0.97% 0.94% -
XYZ 37.73 19.37 10.77 -
YUV 85.79 128.69 238 -
System Red Green Blue C M Y K H S L
Decimal 240 7 87 0 0.97 0.64 0.06 339.4 0.94 0.48
Hex F0 7 57 0 61 40 6 153 5E 30
Octal 360 7 127 0 141 100 6 523 136 60
Binary 11110000 111 1010111 0 1100001 1000000 110 101010011 1011110 110000

Color Harmonies of #F00757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00757

Black with #F00757

Text Example


Text Example

White with #F00757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00757; }

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

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

background-color css

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

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

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

border-color css

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

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

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