Html Css Color HEX #F60C4F Razzmatazz

📋 copy color: '#F60C4F'

red 246 ◦ green 12 ◦ blue 79

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

Shades of Razzmatazz #F60C4F

Tints of Razzmatazz #F60C4F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.56%

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 73%
G = 3.56%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F60C4F (or 0xF60C4F) is known color: Razzmatazz. HEX triplet: F6, 0C and 4F. RGB value is (246,12,79). Sum of RGB (Red+Green+Blue) = 246+12+79=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C4F is #09F3B0. Grayscale: #595959. Windows color (decimal): -652209 or 5180662. OLE color: 5180662.

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

Color convert

RGB 246 12 79 -
CMYK 0 0.95 0.68 0.04
HSL 342.82º 0.93% 0.51% -
HSV(B) 342.82º 0.95% 0.96% -
XYZ 39.55 20.42 9.25 -
YUV 89.6 122.02 239.55 -
System Red Green Blue C M Y K H S L
Decimal 246 12 79 0 0.95 0.68 0.04 342.82 0.93 0.51
Hex F6 C 4F 0 5F 44 4 157 5D 33
Octal 366 14 117 0 137 104 4 527 135 63
Binary 11110110 1100 1001111 0 1011111 1000100 100 101010111 1011101 110011

Color Harmonies of #F60C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C4F

Black with #F60C4F

Text Example


Text Example

White with #F60C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C4F; }

 p { color: rgb(246,12,79); }

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

background-color css

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

 a { background-color: rgb(246,12,79); }

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

border-color css

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

 span { border-color: rgb(246,12,79); }

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