Html Css Color HEX #F41263 Razzmatazz

📋 copy color: '#F41263'

red 244 ◦ green 18 ◦ blue 99

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

Shades of Razzmatazz #F41263

Tints of Razzmatazz #F41263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.99%

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 67.59%
G = 4.99%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F41263 (or 0xF41263) is known color: Razzmatazz. HEX triplet: F4, 12 and 63. RGB value is (244,18,99). Sum of RGB (Red+Green+Blue) = 244+18+99=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F41263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41263 is #0BED9C. Grayscale: #5E5E5E. Windows color (decimal): -781725 or 6492916. OLE color: 6492916.

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

Color convert

RGB 244 18 99 -
CMYK 0 0.93 0.59 0.04
HSL 338.5º 0.91% 0.51% -
HSV(B) 338.5º 0.93% 0.96% -
XYZ 39.78 20.57 13.68 -
YUV 94.81 130.37 234.41 -
System Red Green Blue C M Y K H S L
Decimal 244 18 99 0 0.93 0.59 0.04 338.5 0.91 0.51
Hex F4 12 63 0 5D 3B 4 152 5B 33
Octal 364 22 143 0 135 73 4 522 133 63
Binary 11110100 10010 1100011 0 1011101 111011 100 101010010 1011011 110011

Color Harmonies of #F41263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41263

Black with #F41263

Text Example


Text Example

White with #F41263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41263; }

 p { color: rgb(244,18,99); }

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

background-color css

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

 a { background-color: rgb(244,18,99); }

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

border-color css

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

 span { border-color: rgb(244,18,99); }

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