Html Css Color HEX #F00048 Razzmatazz

📋 copy color: '#F00048'

red 240 ◦ green 0 ◦ blue 72

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

Shades of Razzmatazz #F00048

Tints of Razzmatazz #F00048

RGB

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

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

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

R = 76.92%
G = 0%
B = 23.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F00048 (or 0xF00048) is known color: Razzmatazz. HEX triplet: F0, 00 and 48. RGB value is (240,0,72). Sum of RGB (Red+Green+Blue) = 240+0+72=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F00048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00048 is #0FFFB7. Grayscale: #4F4F4F. Windows color (decimal): -1048504 or 4718832. OLE color: 4718832.

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

Color convert

RGB 240 0 72 -
CMYK 0 1 0.7 0.06
HSL 342º 1% 0.47% -
HSV(B) 342º 1% 0.94% -
XYZ 37.1 18.99 7.84 -
YUV 79.97 123.51 242.15 -
System Red Green Blue C M Y K H S L
Decimal 240 0 72 0 1 0.7 0.06 342 1 0.47
Hex F0 0 48 0 64 46 6 156 64 2F
Octal 360 0 110 0 144 106 6 526 144 57
Binary 11110000 0 1001000 0 1100100 1000110 110 101010110 1100100 101111

Color Harmonies of #F00048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00048

Black with #F00048

Text Example


Text Example

White with #F00048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00048; }

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

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

background-color css

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

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

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

border-color css

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

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

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