Html Css Color HEX #F00954 Razzmatazz

📋 copy color: '#F00954'

red 240 ◦ green 9 ◦ blue 84

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

Shades of Razzmatazz #F00954

Tints of Razzmatazz #F00954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.7%

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

R = 72.07%
G = 2.7%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00954 (or 0xF00954) is known color: Razzmatazz. HEX triplet: F0, 09 and 54. RGB value is (240,9,84). Sum of RGB (Red+Green+Blue) = 240+9+84=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F00954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00954 is #0FF6AB. Grayscale: #565656. Windows color (decimal): -1046188 or 5507568. OLE color: 5507568.

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

Color convert

RGB 240 9 84 -
CMYK 0 0.96 0.65 0.06
HSL 340.52º 0.93% 0.49% -
HSV(B) 340.52º 0.96% 0.94% -
XYZ 37.63 19.36 10.14 -
YUV 86.62 126.53 237.4 -
System Red Green Blue C M Y K H S L
Decimal 240 9 84 0 0.96 0.65 0.06 340.52 0.93 0.49
Hex F0 9 54 0 60 41 6 155 5D 31
Octal 360 11 124 0 140 101 6 525 135 61
Binary 11110000 1001 1010100 0 1100000 1000001 110 101010101 1011101 110001

Color Harmonies of #F00954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00954

Black with #F00954

Text Example


Text Example

White with #F00954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00954; }

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

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

background-color css

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

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

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

border-color css

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

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

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