Html Css Color HEX #F40E5D Razzmatazz

📋 copy color: '#F40E5D'

red 244 ◦ green 14 ◦ blue 93

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

Shades of Razzmatazz #F40E5D

Tints of Razzmatazz #F40E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.99%

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 69.52%
G = 3.99%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F40E5D (or 0xF40E5D) is known color: Razzmatazz. HEX triplet: F4, 0E and 5D. RGB value is (244,14,93). Sum of RGB (Red+Green+Blue) = 244+14+93=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E5D is #0BF1A2. Grayscale: #5B5B5B. Windows color (decimal): -782755 or 6098676. OLE color: 6098676.

HSL color Cylindrical-coordinate representation of color #F40E5D: hue angle of 339.39º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40E5D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 14 93 -
CMYK 0 0.94 0.62 0.04
HSL 339.39º 0.91% 0.51% -
HSV(B) 339.39º 0.94% 0.96% -
XYZ 39.44 20.34 12.2 -
YUV 91.78 128.7 236.58 -
System Red Green Blue C M Y K H S L
Decimal 244 14 93 0 0.94 0.62 0.04 339.39 0.91 0.51
Hex F4 E 5D 0 5E 3E 4 153 5B 33
Octal 364 16 135 0 136 76 4 523 133 63
Binary 11110100 1110 1011101 0 1011110 111110 100 101010011 1011011 110011

Color Harmonies of #F40E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40E5D

Black with #F40E5D

Text Example


Text Example

White with #F40E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40E5D; }

 p { color: rgb(244,14,93); }

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

background-color css

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

 a { background-color: rgb(244,14,93); }

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

border-color css

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

 span { border-color: rgb(244,14,93); }

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