Html Css Color HEX #F50368 Razzmatazz

📋 copy color: '#F50368'

red 245 ◦ green 3 ◦ blue 104

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

Shades of Razzmatazz #F50368

Tints of Razzmatazz #F50368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 69.6%
G = 0.85%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F50368 (or 0xF50368) is known color: Razzmatazz. HEX triplet: F5, 03 and 68. RGB value is (245,3,104). Sum of RGB (Red+Green+Blue) = 245+3+104=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F50368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50368 is #0AFC97. Grayscale: #565656. Windows color (decimal): -720024 or 6816757. OLE color: 6816757.

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

Color convert

RGB 245 3 104 -
CMYK 0 0.99 0.58 0.04
HSL 334.96º 0.98% 0.49% -
HSV(B) 334.96º 0.99% 0.96% -
XYZ 40.19 20.48 14.93 -
YUV 86.87 137.67 240.79 -
System Red Green Blue C M Y K H S L
Decimal 245 3 104 0 0.99 0.58 0.04 334.96 0.98 0.49
Hex F5 3 68 0 63 3A 4 14F 62 31
Octal 365 3 150 0 143 72 4 517 142 61
Binary 11110101 11 1101000 0 1100011 111010 100 101001111 1100010 110001

Color Harmonies of #F50368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50368

Black with #F50368

Text Example


Text Example

White with #F50368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50368; }

 p { color: rgb(245,3,104); }

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

background-color css

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

 a { background-color: rgb(245,3,104); }

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

border-color css

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

 span { border-color: rgb(245,3,104); }

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