Html Css Color HEX #F6155E Razzmatazz

📋 copy color: '#F6155E'

red 246 ◦ green 21 ◦ blue 94

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

Shades of Razzmatazz #F6155E

Tints of Razzmatazz #F6155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.82%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 68.14%
G = 5.82%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6155E (or 0xF6155E) is known color: Razzmatazz. HEX triplet: F6, 15 and 5E. RGB value is (246,21,94). Sum of RGB (Red+Green+Blue) = 246+21+94=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F6155E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6155E is #09EAA1. Grayscale: #606060. Windows color (decimal): -649890 or 6166006. OLE color: 6166006.

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

Color convert

RGB 246 21 94 -
CMYK 0 0.91 0.62 0.04
HSL 340.53º 0.93% 0.52% -
HSV(B) 340.53º 0.91% 0.96% -
XYZ 40.29 20.94 12.51 -
YUV 96.6 126.54 234.56 -
System Red Green Blue C M Y K H S L
Decimal 246 21 94 0 0.91 0.62 0.04 340.53 0.93 0.52
Hex F6 15 5E 0 5B 3E 4 155 5D 34
Octal 366 25 136 0 133 76 4 525 135 64
Binary 11110110 10101 1011110 0 1011011 111110 100 101010101 1011101 110100

Color Harmonies of #F6155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6155E

Black with #F6155E

Text Example


Text Example

White with #F6155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6155E; }

 p { color: rgb(246,21,94); }

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

background-color css

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

 a { background-color: rgb(246,21,94); }

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

border-color css

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

 span { border-color: rgb(246,21,94); }

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