Html Css Color HEX #F50662 Razzmatazz

📋 copy color: '#F50662'

red 245 ◦ green 6 ◦ blue 98

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

Shades of Razzmatazz #F50662

Tints of Razzmatazz #F50662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

 BLUE value IS 98 (38.67% from 255) = 28.08%

R = 70.2%
G = 1.72%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F50662 (or 0xF50662) is known color: Razzmatazz. HEX triplet: F5, 06 and 62. RGB value is (245,6,98). Sum of RGB (Red+Green+Blue) = 245+6+98=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F50662 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50662 is #0AF99D. Grayscale: #575757. Windows color (decimal): -719262 or 6424309. OLE color: 6424309.

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

Color convert

RGB 245 6 98 -
CMYK 0 0.98 0.6 0.04
HSL 336.9º 0.95% 0.49% -
HSV(B) 336.9º 0.98% 0.96% -
XYZ 39.93 20.42 13.39 -
YUV 87.95 133.68 240.02 -
System Red Green Blue C M Y K H S L
Decimal 245 6 98 0 0.98 0.6 0.04 336.9 0.95 0.49
Hex F5 6 62 0 62 3C 4 151 5F 31
Octal 365 6 142 0 142 74 4 521 137 61
Binary 11110101 110 1100010 0 1100010 111100 100 101010001 1011111 110001

Color Harmonies of #F50662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50662

Black with #F50662

Text Example


Text Example

White with #F50662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50662; }

 p { color: rgb(245,6,98); }

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

background-color css

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

 a { background-color: rgb(245,6,98); }

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

border-color css

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

 span { border-color: rgb(245,6,98); }

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