Html Css Color HEX #F4004F Razzmatazz

📋 copy color: '#F4004F'

red 244 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #F4004F

Tints of Razzmatazz #F4004F

RGB

 RED value IS 244 (95.7% from 255) = 75.54%

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

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

R = 75.54%
G = 0%
B = 24.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4004F (or 0xF4004F) is known color: Razzmatazz. HEX triplet: F4, 00 and 4F. RGB value is (244,0,79). Sum of RGB (Red+Green+Blue) = 244+0+79=323 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.54% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 244 - color contains mainly: red. Hex color #F4004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4004F is #0BFFB0. Grayscale: #515151. Windows color (decimal): -786353 or 5177588. OLE color: 5177588.

HSL color Cylindrical-coordinate representation of color #F4004F: hue angle of 340.57º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4004F is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 0 79 -
CMYK 0 1 0.68 0.04
HSL 340.57º 1% 0.48% -
HSV(B) 340.57º 1% 0.96% -
XYZ 38.72 19.8 9.18 -
YUV 81.96 126.34 243.58 -
System Red Green Blue C M Y K H S L
Decimal 244 0 79 0 1 0.68 0.04 340.57 1 0.48
Hex F4 0 4F 0 64 44 4 155 64 30
Octal 364 0 117 0 144 104 4 525 144 60
Binary 11110100 0 1001111 0 1100100 1000100 100 101010101 1100100 110000

Color Harmonies of #F4004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4004F

Black with #F4004F

Text Example


Text Example

White with #F4004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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