Html Css Color HEX #F00073 Razzmatazz

📋 copy color: '#F00073'

red 240 ◦ green 0 ◦ blue 115

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

Shades of Razzmatazz #F00073

Tints of Razzmatazz #F00073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 67.61%
G = 0%
B = 32.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F00073 (or 0xF00073) is known color: Razzmatazz. HEX triplet: F0, 00 and 73. RGB value is (240,0,115). Sum of RGB (Red+Green+Blue) = 240+0+115=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F00073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00073 is #0FFF8C. Grayscale: #545454. Windows color (decimal): -1048461 or 7536880. OLE color: 7536880.

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

Color convert

RGB 240 0 115 -
CMYK 0 1 0.52 0.06
HSL 331.25º 1% 0.47% -
HSV(B) 331.25º 1% 0.94% -
XYZ 39.03 19.76 17.98 -
YUV 84.87 145.01 238.65 -
System Red Green Blue C M Y K H S L
Decimal 240 0 115 0 1 0.52 0.06 331.25 1 0.47
Hex F0 0 73 0 64 34 6 14B 64 2F
Octal 360 0 163 0 144 64 6 513 144 57
Binary 11110000 0 1110011 0 1100100 110100 110 101001011 1100100 101111

Color Harmonies of #F00073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00073

Black with #F00073

Text Example


Text Example

White with #F00073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00073; }

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

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

background-color css

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

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

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

border-color css

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

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

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