Html Css Color HEX #F00354 Razzmatazz

📋 copy color: '#F00354'

red 240 ◦ green 3 ◦ blue 84

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

Shades of Razzmatazz #F00354

Tints of Razzmatazz #F00354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 73.39%
G = 0.92%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00354 (or 0xF00354) is known color: Razzmatazz. HEX triplet: F0, 03 and 54. RGB value is (240,3,84). Sum of RGB (Red+Green+Blue) = 240+3+84=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F00354 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00354 is #0FFCAB. Grayscale: #535353. Windows color (decimal): -1047724 or 5506032. OLE color: 5506032.

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

Color convert

RGB 240 3 84 -
CMYK 0 0.99 0.65 0.06
HSL 339.49º 0.98% 0.48% -
HSV(B) 339.49º 0.99% 0.94% -
XYZ 37.57 19.23 10.12 -
YUV 83.1 128.52 239.91 -
System Red Green Blue C M Y K H S L
Decimal 240 3 84 0 0.99 0.65 0.06 339.49 0.98 0.48
Hex F0 3 54 0 63 41 6 153 62 30
Octal 360 3 124 0 143 101 6 523 142 60
Binary 11110000 11 1010100 0 1100011 1000001 110 101010011 1100010 110000

Color Harmonies of #F00354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00354

Black with #F00354

Text Example


Text Example

White with #F00354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00354; }

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

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

background-color css

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

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

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

border-color css

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

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

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