Html Css Color HEX #F6005C Razzmatazz

📋 copy color: '#F6005C'

red 246 ◦ green 0 ◦ blue 92

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

Shades of Razzmatazz #F6005C

Tints of Razzmatazz #F6005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.78%
G = 0%
B = 27.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6005C (or 0xF6005C) is known color: Razzmatazz. HEX triplet: F6, 00 and 5C. RGB value is (246,0,92). Sum of RGB (Red+Green+Blue) = 246+0+92=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F6005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6005C is #09FFA3. Grayscale: #535353. Windows color (decimal): -655268 or 6029558. OLE color: 6029558.

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

Color convert

RGB 246 0 92 -
CMYK 0 1 0.63 0.04
HSL 337.56º 1% 0.48% -
HSV(B) 337.56º 1% 0.96% -
XYZ 39.94 20.37 11.95 -
YUV 84.04 132.5 243.52 -
System Red Green Blue C M Y K H S L
Decimal 246 0 92 0 1 0.63 0.04 337.56 1 0.48
Hex F6 0 5C 0 64 3F 4 152 64 30
Octal 366 0 134 0 144 77 4 522 144 60
Binary 11110110 0 1011100 0 1100100 111111 100 101010010 1100100 110000

Color Harmonies of #F6005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6005C

Black with #F6005C

Text Example


Text Example

White with #F6005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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