Html Css Color HEX #F00F54 Razzmatazz

📋 copy color: '#F00F54'

red 240 ◦ green 15 ◦ blue 84

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

Shades of Razzmatazz #F00F54

Tints of Razzmatazz #F00F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.42%

 BLUE value IS 84 (33.2% from 255) = 24.78%

R = 70.8%
G = 4.42%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00F54 (or 0xF00F54) is known color: Razzmatazz. HEX triplet: F0, 0F and 54. RGB value is (240,15,84). Sum of RGB (Red+Green+Blue) = 240+15+84=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F54 is #0FF0AB. Grayscale: #5A5A5A. Windows color (decimal): -1044652 or 5509104. OLE color: 5509104.

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

Color convert

RGB 240 15 84 -
CMYK 0 0.94 0.65 0.06
HSL 341.6º 0.88% 0.5% -
HSV(B) 341.6º 0.94% 0.94% -
XYZ 37.71 19.51 10.17 -
YUV 90.14 124.54 234.89 -
System Red Green Blue C M Y K H S L
Decimal 240 15 84 0 0.94 0.65 0.06 341.6 0.88 0.5
Hex F0 F 54 0 5E 41 6 156 58 32
Octal 360 17 124 0 136 101 6 526 130 62
Binary 11110000 1111 1010100 0 1011110 1000001 110 101010110 1011000 110010

Color Harmonies of #F00F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F54

Black with #F00F54

Text Example


Text Example

White with #F00F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F54; }

 p { color: rgb(240,15,84); }

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

background-color css

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

 a { background-color: rgb(240,15,84); }

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

border-color css

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

 span { border-color: rgb(240,15,84); }

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