Html Css Color HEX #F0054A Razzmatazz

📋 copy color: '#F0054A'

red 240 ◦ green 5 ◦ blue 74

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

Shades of Razzmatazz #F0054A

Tints of Razzmatazz #F0054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 75.24%
G = 1.57%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0054A (or 0xF0054A) is known color: Razzmatazz. HEX triplet: F0, 05 and 4A. RGB value is (240,5,74). Sum of RGB (Red+Green+Blue) = 240+5+74=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0054A is #0FFAB5. Grayscale: #535353. Windows color (decimal): -1047222 or 4851184. OLE color: 4851184.

HSL color Cylindrical-coordinate representation of color #F0054A: hue angle of 342.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0054A is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 74 -
CMYK 0 0.98 0.69 0.06
HSL 342.38º 0.96% 0.48% -
HSV(B) 342.38º 0.98% 0.94% -
XYZ 37.23 19.13 8.21 -
YUV 83.13 122.86 239.89 -
System Red Green Blue C M Y K H S L
Decimal 240 5 74 0 0.98 0.69 0.06 342.38 0.96 0.48
Hex F0 5 4A 0 62 45 6 156 60 30
Octal 360 5 112 0 142 105 6 526 140 60
Binary 11110000 101 1001010 0 1100010 1000101 110 101010110 1100000 110000

Color Harmonies of #F0054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0054A

Black with #F0054A

Text Example


Text Example

White with #F0054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0054A; }

 p { color: rgb(240,5,74); }

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

background-color css

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

 a { background-color: rgb(240,5,74); }

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

border-color css

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

 span { border-color: rgb(240,5,74); }

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