Html Css Color HEX #F6145C Razzmatazz

📋 copy color: '#F6145C'

red 246 ◦ green 20 ◦ blue 92

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

Shades of Razzmatazz #F6145C

Tints of Razzmatazz #F6145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 68.72%
G = 5.59%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6145C (or 0xF6145C) is known color: Razzmatazz. HEX triplet: F6, 14 and 5C. RGB value is (246,20,92). Sum of RGB (Red+Green+Blue) = 246+20+92=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F6145C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6145C is #09EBA3. Grayscale: #5F5F5F. Windows color (decimal): -650148 or 6034678. OLE color: 6034678.

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

Color convert

RGB 246 20 92 -
CMYK 0 0.92 0.63 0.04
HSL 340.88º 0.93% 0.52% -
HSV(B) 340.88º 0.92% 0.96% -
XYZ 40.19 20.87 12.03 -
YUV 95.78 125.87 235.15 -
System Red Green Blue C M Y K H S L
Decimal 246 20 92 0 0.92 0.63 0.04 340.88 0.93 0.52
Hex F6 14 5C 0 5C 3F 4 155 5D 34
Octal 366 24 134 0 134 77 4 525 135 64
Binary 11110110 10100 1011100 0 1011100 111111 100 101010101 1011101 110100

Color Harmonies of #F6145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6145C

Black with #F6145C

Text Example


Text Example

White with #F6145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6145C; }

 p { color: rgb(246,20,92); }

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

background-color css

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

 a { background-color: rgb(246,20,92); }

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

border-color css

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

 span { border-color: rgb(246,20,92); }

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