Html Css Color HEX #F4014F Razzmatazz

📋 copy color: '#F4014F'

red 244 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #F4014F

Tints of Razzmatazz #F4014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 75.31%
G = 0.31%
B = 24.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4014F (or 0xF4014F) is known color: Razzmatazz. HEX triplet: F4, 01 and 4F. RGB value is (244,1,79). Sum of RGB (Red+Green+Blue) = 244+1+79=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F4014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4014F is #0BFEB0. Grayscale: #525252. Windows color (decimal): -786097 or 5177844. OLE color: 5177844.

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

Color convert

RGB 244 1 79 -
CMYK 0 1.00 0.68 0.04
HSL 340.74º 0.99% 0.48% -
HSV(B) 340.74º 1% 0.96% -
XYZ 38.73 19.82 9.18 -
YUV 82.55 126.01 243.16 -
System Red Green Blue C M Y K H S L
Decimal 244 1 79 0 1.00 0.68 0.04 340.74 0.99 0.48
Hex F4 1 4F 0 64 44 4 155 63 30
Octal 364 1 117 0 144 104 4 525 143 60
Binary 11110100 1 1001111 0 1100100 1000100 100 101010101 1100011 110000

Color Harmonies of #F4014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4014F

Black with #F4014F

Text Example


Text Example

White with #F4014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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