Html Css Color HEX #F41364 Razzmatazz

📋 copy color: '#F41364'

red 244 ◦ green 19 ◦ blue 100

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

Shades of Razzmatazz #F41364

Tints of Razzmatazz #F41364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 67.22%
G = 5.23%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F41364 (or 0xF41364) is known color: Razzmatazz. HEX triplet: F4, 13 and 64. RGB value is (244,19,100). Sum of RGB (Red+Green+Blue) = 244+19+100=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F41364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41364 is #0BEC9B. Grayscale: #5F5F5F. Windows color (decimal): -781468 or 6558708. OLE color: 6558708.

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

Color convert

RGB 244 19 100 -
CMYK 0 0.92 0.59 0.04
HSL 338.4º 0.91% 0.52% -
HSV(B) 338.4º 0.92% 0.96% -
XYZ 39.84 20.62 13.94 -
YUV 95.51 130.54 233.91 -
System Red Green Blue C M Y K H S L
Decimal 244 19 100 0 0.92 0.59 0.04 338.4 0.91 0.52
Hex F4 13 64 0 5C 3B 4 152 5B 34
Octal 364 23 144 0 134 73 4 522 133 64
Binary 11110100 10011 1100100 0 1011100 111011 100 101010010 1011011 110100

Color Harmonies of #F41364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41364

Black with #F41364

Text Example


Text Example

White with #F41364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41364; }

 p { color: rgb(244,19,100); }

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

background-color css

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

 a { background-color: rgb(244,19,100); }

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

border-color css

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

 span { border-color: rgb(244,19,100); }

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