Html Css Color HEX #F41153 Razzmatazz

📋 copy color: '#F41153'

red 244 ◦ green 17 ◦ blue 83

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

Shades of Razzmatazz #F41153

Tints of Razzmatazz #F41153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.94%

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 70.93%
G = 4.94%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F41153 (or 0xF41153) is known color: Razzmatazz. HEX triplet: F4, 11 and 53. RGB value is (244,17,83). Sum of RGB (Red+Green+Blue) = 244+17+83=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F41153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41153 is #0BEEAC. Grayscale: #5C5C5C. Windows color (decimal): -781997 or 5444084. OLE color: 5444084.

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

Color convert

RGB 244 17 83 -
CMYK 0 0.93 0.66 0.04
HSL 342.56º 0.91% 0.51% -
HSV(B) 342.56º 0.93% 0.96% -
XYZ 39.07 20.26 10.03 -
YUV 92.4 122.71 236.13 -
System Red Green Blue C M Y K H S L
Decimal 244 17 83 0 0.93 0.66 0.04 342.56 0.91 0.51
Hex F4 11 53 0 5D 42 4 157 5B 33
Octal 364 21 123 0 135 102 4 527 133 63
Binary 11110100 10001 1010011 0 1011101 1000010 100 101010111 1011011 110011

Color Harmonies of #F41153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41153

Black with #F41153

Text Example


Text Example

White with #F41153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41153; }

 p { color: rgb(244,17,83); }

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

background-color css

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

 a { background-color: rgb(244,17,83); }

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

border-color css

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

 span { border-color: rgb(244,17,83); }

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