Html Css Color HEX #F0004F Razzmatazz

📋 copy color: '#F0004F'

red 240 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #F0004F

Tints of Razzmatazz #F0004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 75.24%
G = 0%
B = 24.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0004F (or 0xF0004F) is known color: Razzmatazz. HEX triplet: F0, 00 and 4F. RGB value is (240,0,79). Sum of RGB (Red+Green+Blue) = 240+0+79=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0004F is #0FFFB0. Grayscale: #505050. Windows color (decimal): -1048497 or 5177584. OLE color: 5177584.

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

Color convert

RGB 240 0 79 -
CMYK 0 1 0.67 0.06
HSL 340.25º 1% 0.47% -
HSV(B) 340.25º 1% 0.94% -
XYZ 37.35 19.09 9.11 -
YUV 80.77 127.01 241.58 -
System Red Green Blue C M Y K H S L
Decimal 240 0 79 0 1 0.67 0.06 340.25 1 0.47
Hex F0 0 4F 0 64 43 6 154 64 2F
Octal 360 0 117 0 144 103 6 524 144 57
Binary 11110000 0 1001111 0 1100100 1000011 110 101010100 1100100 101111

Color Harmonies of #F0004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0004F

Black with #F0004F

Text Example


Text Example

White with #F0004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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