Html Css Color HEX #F50670 Razzmatazz

📋 copy color: '#F50670'

red 245 ◦ green 6 ◦ blue 112

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

Shades of Razzmatazz #F50670

Tints of Razzmatazz #F50670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 67.49%
G = 1.65%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F50670 (or 0xF50670) is known color: Razzmatazz. HEX triplet: F5, 06 and 70. RGB value is (245,6,112). Sum of RGB (Red+Green+Blue) = 245+6+112=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F50670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50670 is #0AF98F. Grayscale: #595959. Windows color (decimal): -719248 or 7341813. OLE color: 7341813.

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

Color convert

RGB 245 6 112 -
CMYK 0 0.98 0.54 0.04
HSL 333.39º 0.95% 0.49% -
HSV(B) 333.39º 0.98% 0.96% -
XYZ 40.65 20.71 17.18 -
YUV 89.55 140.68 238.88 -
System Red Green Blue C M Y K H S L
Decimal 245 6 112 0 0.98 0.54 0.04 333.39 0.95 0.49
Hex F5 6 70 0 62 36 4 14D 5F 31
Octal 365 6 160 0 142 66 4 515 137 61
Binary 11110101 110 1110000 0 1100010 110110 100 101001101 1011111 110001

Color Harmonies of #F50670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50670

Black with #F50670

Text Example


Text Example

White with #F50670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50670; }

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

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

background-color css

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

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

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

border-color css

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

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

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