Html Css Color HEX #F50966 Razzmatazz

📋 copy color: '#F50966'

red 245 ◦ green 9 ◦ blue 102

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

Shades of Razzmatazz #F50966

Tints of Razzmatazz #F50966

RGB

 RED value IS 245 (96.09% from 255) = 68.82%

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

 BLUE value IS 102 (40.23% from 255) = 28.65%

R = 68.82%
G = 2.53%
B = 28.65%

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

#F50966 (or 0xF50966) is known color: Razzmatazz. HEX triplet: F5, 09 and 66. RGB value is (245,9,102). Sum of RGB (Red+Green+Blue) = 245+9+102=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F50966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50966 is #0AF699. Grayscale: #5A5A5A. Windows color (decimal): -718490 or 6687221. OLE color: 6687221.

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

Color convert

RGB 245 9 102 -
CMYK 0 0.96 0.58 0.04
HSL 336.36º 0.93% 0.5% -
HSV(B) 336.36º 0.96% 0.96% -
XYZ 40.15 20.57 14.42 -
YUV 90.17 134.69 238.44 -
System Red Green Blue C M Y K H S L
Decimal 245 9 102 0 0.96 0.58 0.04 336.36 0.93 0.5
Hex F5 9 66 0 60 3A 4 150 5D 32
Octal 365 11 146 0 140 72 4 520 135 62
Binary 11110101 1001 1100110 0 1100000 111010 100 101010000 1011101 110010

Color Harmonies of #F50966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50966

Black with #F50966

Text Example


Text Example

White with #F50966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50966; }

 p { color: rgb(245,9,102); }

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

background-color css

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

 a { background-color: rgb(245,9,102); }

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

border-color css

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

 span { border-color: rgb(245,9,102); }

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