Html Css Color HEX #F00450 Razzmatazz

📋 copy color: '#F00450'

red 240 ◦ green 4 ◦ blue 80

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

Shades of Razzmatazz #F00450

Tints of Razzmatazz #F00450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 80 (31.64% from 255) = 24.69%

R = 74.07%
G = 1.23%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F00450 (or 0xF00450) is known color: Razzmatazz. HEX triplet: F0, 04 and 50. RGB value is (240,4,80). Sum of RGB (Red+Green+Blue) = 240+4+80=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F00450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00450 is #0FFBAF. Grayscale: #535353. Windows color (decimal): -1047472 or 5244144. OLE color: 5244144.

HSL color Cylindrical-coordinate representation of color #F00450: hue angle of 340.68º degrees, saturation: 0.97, 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 #F00450 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 80 -
CMYK 0 0.98 0.67 0.06
HSL 340.68º 0.97% 0.48% -
HSV(B) 340.68º 0.98% 0.94% -
XYZ 37.43 19.19 9.32 -
YUV 83.23 126.19 239.82 -
System Red Green Blue C M Y K H S L
Decimal 240 4 80 0 0.98 0.67 0.06 340.68 0.97 0.48
Hex F0 4 50 0 62 43 6 155 61 30
Octal 360 4 120 0 142 103 6 525 141 60
Binary 11110000 100 1010000 0 1100010 1000011 110 101010101 1100001 110000

Color Harmonies of #F00450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00450

Black with #F00450

Text Example


Text Example

White with #F00450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00450; }

 p { color: rgb(240,4,80); }

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

background-color css

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

 a { background-color: rgb(240,4,80); }

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

border-color css

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

 span { border-color: rgb(240,4,80); }

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