Html Css Color HEX #F11362 Razzmatazz

📋 copy color: '#F11362'

red 241 ◦ green 19 ◦ blue 98

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

Shades of Razzmatazz #F11362

Tints of Razzmatazz #F11362

RGB

 RED value IS 241 (94.53% from 255) = 67.32%

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

 BLUE value IS 98 (38.67% from 255) = 27.37%

R = 67.32%
G = 5.31%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F11362 (or 0xF11362) is known color: Razzmatazz. HEX triplet: F1, 13 and 62. RGB value is (241,19,98). Sum of RGB (Red+Green+Blue) = 241+19+98=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F11362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11362 is #0EEC9D. Grayscale: #5E5E5E. Windows color (decimal): -978078 or 6427633. OLE color: 6427633.

HSL color Cylindrical-coordinate representation of color #F11362: hue angle of 338.65º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11362 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 98 -
CMYK 0 0.92 0.59 0.05
HSL 338.65º 0.89% 0.51% -
HSV(B) 338.65º 0.92% 0.95% -
XYZ 38.71 20.05 13.38 -
YUV 94.38 130.05 232.58 -
System Red Green Blue C M Y K H S L
Decimal 241 19 98 0 0.92 0.59 0.05 338.65 0.89 0.51
Hex F1 13 62 0 5C 3B 5 153 59 33
Octal 361 23 142 0 134 73 5 523 131 63
Binary 11110001 10011 1100010 0 1011100 111011 101 101010011 1011001 110011

Color Harmonies of #F11362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11362

Black with #F11362

Text Example


Text Example

White with #F11362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11362; }

 p { color: rgb(241,19,98); }

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

background-color css

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

 a { background-color: rgb(241,19,98); }

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

border-color css

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

 span { border-color: rgb(241,19,98); }

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