Html Css Color HEX #F41366 Razzmatazz

📋 copy color: '#F41366'

red 244 ◦ green 19 ◦ blue 102

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

Shades of Razzmatazz #F41366

Tints of Razzmatazz #F41366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 66.85%
G = 5.21%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F41366 (or 0xF41366) is known color: Razzmatazz. HEX triplet: F4, 13 and 66. RGB value is (244,19,102). Sum of RGB (Red+Green+Blue) = 244+19+102=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F41366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41366 is #0BEC99. Grayscale: #5F5F5F. Windows color (decimal): -781466 or 6689780. OLE color: 6689780.

HSL color Cylindrical-coordinate representation of color #F41366: hue angle of 337.87º 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 #F41366 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 19 102 -
CMYK 0 0.92 0.58 0.04
HSL 337.87º 0.91% 0.52% -
HSV(B) 337.87º 0.92% 0.96% -
XYZ 39.94 20.66 14.45 -
YUV 95.74 131.54 233.75 -
System Red Green Blue C M Y K H S L
Decimal 244 19 102 0 0.92 0.58 0.04 337.87 0.91 0.52
Hex F4 13 66 0 5C 3A 4 152 5B 34
Octal 364 23 146 0 134 72 4 522 133 64
Binary 11110100 10011 1100110 0 1011100 111010 100 101010010 1011011 110100

Color Harmonies of #F41366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41366

Black with #F41366

Text Example


Text Example

White with #F41366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41366; }

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

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

background-color css

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

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

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

border-color css

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

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

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