Html Css Color HEX #F60D4D Razzmatazz

📋 copy color: '#F60D4D'

red 246 ◦ green 13 ◦ blue 77

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

Shades of Razzmatazz #F60D4D

Tints of Razzmatazz #F60D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.87%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 73.21%
G = 3.87%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F60D4D (or 0xF60D4D) is known color: Razzmatazz. HEX triplet: F6, 0D and 4D. RGB value is (246,13,77). Sum of RGB (Red+Green+Blue) = 246+13+77=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60D4D is #09F2B2. Grayscale: #595959. Windows color (decimal): -651955 or 5049846. OLE color: 5049846.

HSL color Cylindrical-coordinate representation of color #F60D4D: hue angle of 343.52º 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 #F60D4D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 13 77 -
CMYK 0 0.95 0.69 0.04
HSL 343.52º 0.93% 0.51% -
HSV(B) 343.52º 0.95% 0.96% -
XYZ 39.49 20.42 8.88 -
YUV 89.96 120.69 239.3 -
System Red Green Blue C M Y K H S L
Decimal 246 13 77 0 0.95 0.69 0.04 343.52 0.93 0.51
Hex F6 D 4D 0 5F 45 4 158 5D 33
Octal 366 15 115 0 137 105 4 530 135 63
Binary 11110110 1101 1001101 0 1011111 1000101 100 101011000 1011101 110011

Color Harmonies of #F60D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60D4D

Black with #F60D4D

Text Example


Text Example

White with #F60D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60D4D; }

 p { color: rgb(246,13,77); }

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

background-color css

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

 a { background-color: rgb(246,13,77); }

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

border-color css

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

 span { border-color: rgb(246,13,77); }

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