Html Css Color HEX #F11650 Razzmatazz

📋 copy color: '#F11650'

red 241 ◦ green 22 ◦ blue 80

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

Shades of Razzmatazz #F11650

Tints of Razzmatazz #F11650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 70.26%
G = 6.41%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F11650 (or 0xF11650) is known color: Razzmatazz. HEX triplet: F1, 16 and 50. RGB value is (241,22,80). Sum of RGB (Red+Green+Blue) = 241+22+80=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F11650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11650 is #0EE9AF. Grayscale: #5E5E5E. Windows color (decimal): -977328 or 5248753. OLE color: 5248753.

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

Color convert

RGB 241 22 80 -
CMYK 0 0.91 0.67 0.05
HSL 344.11º 0.89% 0.52% -
HSV(B) 344.11º 0.91% 0.95% -
XYZ 38.01 19.85 9.42 -
YUV 94.09 120.05 232.78 -
System Red Green Blue C M Y K H S L
Decimal 241 22 80 0 0.91 0.67 0.05 344.11 0.89 0.52
Hex F1 16 50 0 5B 43 5 158 59 34
Octal 361 26 120 0 133 103 5 530 131 64
Binary 11110001 10110 1010000 0 1011011 1000011 101 101011000 1011001 110100

Color Harmonies of #F11650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11650

Black with #F11650

Text Example


Text Example

White with #F11650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11650; }

 p { color: rgb(241,22,80); }

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

background-color css

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

 a { background-color: rgb(241,22,80); }

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

border-color css

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

 span { border-color: rgb(241,22,80); }

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