Html Css Color HEX #F6115B Razzmatazz

📋 copy color: '#F6115B'

red 246 ◦ green 17 ◦ blue 91

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

Shades of Razzmatazz #F6115B

Tints of Razzmatazz #F6115B

RGB

 RED value IS 246 (96.48% from 255) = 69.49%

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

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 69.49%
G = 4.8%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6115B (or 0xF6115B) is known color: Razzmatazz. HEX triplet: F6, 11 and 5B. RGB value is (246,17,91). Sum of RGB (Red+Green+Blue) = 246+17+91=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F6115B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6115B is #09EEA4. Grayscale: #5D5D5D. Windows color (decimal): -650917 or 5968374. OLE color: 5968374.

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

Color convert

RGB 246 17 91 -
CMYK 0 0.93 0.63 0.04
HSL 340.61º 0.93% 0.52% -
HSV(B) 340.61º 0.93% 0.96% -
XYZ 40.09 20.75 11.79 -
YUV 93.91 126.37 236.48 -
System Red Green Blue C M Y K H S L
Decimal 246 17 91 0 0.93 0.63 0.04 340.61 0.93 0.52
Hex F6 11 5B 0 5D 3F 4 155 5D 34
Octal 366 21 133 0 135 77 4 525 135 64
Binary 11110110 10001 1011011 0 1011101 111111 100 101010101 1011101 110100

Color Harmonies of #F6115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6115B

Black with #F6115B

Text Example


Text Example

White with #F6115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6115B; }

 p { color: rgb(246,17,91); }

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

background-color css

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

 a { background-color: rgb(246,17,91); }

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

border-color css

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

 span { border-color: rgb(246,17,91); }

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