Html Css Color HEX #F60968 Razzmatazz

📋 copy color: '#F60968'

red 246 ◦ green 9 ◦ blue 104

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

Shades of Razzmatazz #F60968

Tints of Razzmatazz #F60968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 68.52%
G = 2.51%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F60968 (or 0xF60968) is known color: Razzmatazz. HEX triplet: F6, 09 and 68. RGB value is (246,9,104). Sum of RGB (Red+Green+Blue) = 246+9+104=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F60968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60968 is #09F697. Grayscale: #5A5A5A. Windows color (decimal): -652952 or 6818294. OLE color: 6818294.

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

Color convert

RGB 246 9 104 -
CMYK 0 0.96 0.58 0.04
HSL 335.95º 0.93% 0.5% -
HSV(B) 335.95º 0.96% 0.96% -
XYZ 40.6 20.79 14.97 -
YUV 90.69 135.52 238.78 -
System Red Green Blue C M Y K H S L
Decimal 246 9 104 0 0.96 0.58 0.04 335.95 0.93 0.5
Hex F6 9 68 0 60 3A 4 150 5D 32
Octal 366 11 150 0 140 72 4 520 135 62
Binary 11110110 1001 1101000 0 1100000 111010 100 101010000 1011101 110010

Color Harmonies of #F60968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60968

Black with #F60968

Text Example


Text Example

White with #F60968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60968; }

 p { color: rgb(246,9,104); }

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

background-color css

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

 a { background-color: rgb(246,9,104); }

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

border-color css

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

 span { border-color: rgb(246,9,104); }

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