Html Css Color HEX #F00054 Razzmatazz

📋 copy color: '#F00054'

red 240 ◦ green 0 ◦ blue 84

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

Shades of Razzmatazz #F00054

Tints of Razzmatazz #F00054

RGB

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

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

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

R = 74.07%
G = 0%
B = 25.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00054 (or 0xF00054) is known color: Razzmatazz. HEX triplet: F0, 00 and 54. RGB value is (240,0,84). Sum of RGB (Red+Green+Blue) = 240+0+84=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F00054 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00054 is #0FFFAB. Grayscale: #515151. Windows color (decimal): -1048492 or 5505264. OLE color: 5505264.

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

Color convert

RGB 240 0 84 -
CMYK 0 1 0.65 0.06
HSL 339º 1% 0.47% -
HSV(B) 339º 1% 0.94% -
XYZ 37.54 19.17 10.11 -
YUV 81.34 129.51 241.17 -
System Red Green Blue C M Y K H S L
Decimal 240 0 84 0 1 0.65 0.06 339 1 0.47
Hex F0 0 54 0 64 41 6 153 64 2F
Octal 360 0 124 0 144 101 6 523 144 57
Binary 11110000 0 1010100 0 1100100 1000001 110 101010011 1100100 101111

Color Harmonies of #F00054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00054

Black with #F00054

Text Example


Text Example

White with #F00054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00054; }

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

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

background-color css

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

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

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

border-color css

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

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

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