Html Css Color HEX #F50450 Razzmatazz

📋 copy color: '#F50450'

red 245 ◦ green 4 ◦ blue 80

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

Shades of Razzmatazz #F50450

Tints of Razzmatazz #F50450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 74.47%
G = 1.22%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F50450 (or 0xF50450) is known color: Razzmatazz. HEX triplet: F5, 04 and 50. RGB value is (245,4,80). Sum of RGB (Red+Green+Blue) = 245+4+80=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F50450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50450 is #0AFBAF. Grayscale: #545454. Windows color (decimal): -719792 or 5244149. OLE color: 5244149.

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

Color convert

RGB 245 4 80 -
CMYK 0 0.98 0.67 0.04
HSL 341.08º 0.97% 0.49% -
HSV(B) 341.08º 0.98% 0.96% -
XYZ 39.15 20.08 9.4 -
YUV 84.72 125.34 242.32 -
System Red Green Blue C M Y K H S L
Decimal 245 4 80 0 0.98 0.67 0.04 341.08 0.97 0.49
Hex F5 4 50 0 62 43 4 155 61 31
Octal 365 4 120 0 142 103 4 525 141 61
Binary 11110101 100 1010000 0 1100010 1000011 100 101010101 1100001 110001

Color Harmonies of #F50450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50450

Black with #F50450

Text Example


Text Example

White with #F50450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50450; }

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

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

background-color css

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

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

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

border-color css

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

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

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