Html Css Color HEX #F50467 Razzmatazz

📋 copy color: '#F50467'

red 245 ◦ green 4 ◦ blue 103

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

Shades of Razzmatazz #F50467

Tints of Razzmatazz #F50467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 103 (40.63% from 255) = 29.26%

R = 69.6%
G = 1.14%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F50467 (or 0xF50467) is known color: Razzmatazz. HEX triplet: F5, 04 and 67. RGB value is (245,4,103). Sum of RGB (Red+Green+Blue) = 245+4+103=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F50467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50467 is #0AFB98. Grayscale: #575757. Windows color (decimal): -719769 or 6751477. OLE color: 6751477.

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

Color convert

RGB 245 4 103 -
CMYK 0 0.98 0.58 0.04
HSL 335.35º 0.97% 0.49% -
HSV(B) 335.35º 0.98% 0.96% -
XYZ 40.15 20.48 14.67 -
YUV 87.35 136.84 240.45 -
System Red Green Blue C M Y K H S L
Decimal 245 4 103 0 0.98 0.58 0.04 335.35 0.97 0.49
Hex F5 4 67 0 62 3A 4 14F 61 31
Octal 365 4 147 0 142 72 4 517 141 61
Binary 11110101 100 1100111 0 1100010 111010 100 101001111 1100001 110001

Color Harmonies of #F50467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50467

Black with #F50467

Text Example


Text Example

White with #F50467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50467; }

 p { color: rgb(245,4,103); }

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

background-color css

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

 a { background-color: rgb(245,4,103); }

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

border-color css

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

 span { border-color: rgb(245,4,103); }

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