Html Css Color HEX #F61560 Razzmatazz

📋 copy color: '#F61560'

red 246 ◦ green 21 ◦ blue 96

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

Shades of Razzmatazz #F61560

Tints of Razzmatazz #F61560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 67.77%
G = 5.79%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F61560 (or 0xF61560) is known color: Razzmatazz. HEX triplet: F6, 15 and 60. RGB value is (246,21,96). Sum of RGB (Red+Green+Blue) = 246+21+96=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F61560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61560 is #09EA9F. Grayscale: #606060. Windows color (decimal): -649888 or 6297078. OLE color: 6297078.

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

Color convert

RGB 246 21 96 -
CMYK 0 0.91 0.61 0.04
HSL 340º 0.93% 0.52% -
HSV(B) 340º 0.91% 0.96% -
XYZ 40.39 20.97 12.99 -
YUV 96.83 127.54 234.4 -
System Red Green Blue C M Y K H S L
Decimal 246 21 96 0 0.91 0.61 0.04 340 0.93 0.52
Hex F6 15 60 0 5B 3D 4 154 5D 34
Octal 366 25 140 0 133 75 4 524 135 64
Binary 11110110 10101 1100000 0 1011011 111101 100 101010100 1011101 110100

Color Harmonies of #F61560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61560

Black with #F61560

Text Example


Text Example

White with #F61560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61560; }

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

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

background-color css

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

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

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

border-color css

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

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

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