Html Css Color HEX #F00748 Razzmatazz

📋 copy color: '#F00748'

red 240 ◦ green 7 ◦ blue 72

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

Shades of Razzmatazz #F00748

Tints of Razzmatazz #F00748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 75.24%
G = 2.19%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F00748 (or 0xF00748) is known color: Razzmatazz. HEX triplet: F0, 07 and 48. RGB value is (240,7,72). Sum of RGB (Red+Green+Blue) = 240+7+72=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F00748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00748 is #0FF8B7. Grayscale: #545454. Windows color (decimal): -1046712 or 4720624. OLE color: 4720624.

HSL color Cylindrical-coordinate representation of color #F00748: hue angle of 343.26º 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 #F00748 is Cyan = 0, Magento = 0.97, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 7 72 -
CMYK 0 0.97 0.7 0.06
HSL 343.26º 0.94% 0.48% -
HSV(B) 343.26º 0.97% 0.94% -
XYZ 37.18 19.15 7.87 -
YUV 84.08 121.19 239.21 -
System Red Green Blue C M Y K H S L
Decimal 240 7 72 0 0.97 0.7 0.06 343.26 0.94 0.48
Hex F0 7 48 0 61 46 6 157 5E 30
Octal 360 7 110 0 141 106 6 527 136 60
Binary 11110000 111 1001000 0 1100001 1000110 110 101010111 1011110 110000

Color Harmonies of #F00748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00748

Black with #F00748

Text Example


Text Example

White with #F00748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00748; }

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

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

background-color css

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

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

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

border-color css

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

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

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