Html Css Color HEX #F11358 Razzmatazz

📋 copy color: '#F11358'

red 241 ◦ green 19 ◦ blue 88

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

Shades of Razzmatazz #F11358

Tints of Razzmatazz #F11358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 69.25%
G = 5.46%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F11358 (or 0xF11358) is known color: Razzmatazz. HEX triplet: F1, 13 and 58. RGB value is (241,19,88). Sum of RGB (Red+Green+Blue) = 241+19+88=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F11358 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11358 is #0EECA7. Grayscale: #5D5D5D. Windows color (decimal): -978088 or 5772273. OLE color: 5772273.

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

Color convert

RGB 241 19 88 -
CMYK 0 0.92 0.63 0.05
HSL 341.35º 0.89% 0.51% -
HSV(B) 341.35º 0.92% 0.95% -
XYZ 38.27 19.87 11.05 -
YUV 93.24 125.05 233.39 -
System Red Green Blue C M Y K H S L
Decimal 241 19 88 0 0.92 0.63 0.05 341.35 0.89 0.51
Hex F1 13 58 0 5C 3F 5 155 59 33
Octal 361 23 130 0 134 77 5 525 131 63
Binary 11110001 10011 1011000 0 1011100 111111 101 101010101 1011001 110011

Color Harmonies of #F11358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11358

Black with #F11358

Text Example


Text Example

White with #F11358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11358; }

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

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

background-color css

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

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

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

border-color css

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

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

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