Html Css Color HEX #F50852 Razzmatazz

📋 copy color: '#F50852'

red 245 ◦ green 8 ◦ blue 82

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

Shades of Razzmatazz #F50852

Tints of Razzmatazz #F50852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.39%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 73.13%
G = 2.39%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F50852 (or 0xF50852) is known color: Razzmatazz. HEX triplet: F5, 08 and 52. RGB value is (245,8,82). Sum of RGB (Red+Green+Blue) = 245+8+82=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F50852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50852 is #0AF7AD. Grayscale: #575757. Windows color (decimal): -718766 or 5376245. OLE color: 5376245.

HSL color Cylindrical-coordinate representation of color #F50852: hue angle of 341.27º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50852 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 8 82 -
CMYK 0 0.97 0.67 0.04
HSL 341.27º 0.94% 0.5% -
HSV(B) 341.27º 0.97% 0.96% -
XYZ 39.27 20.2 9.81 -
YUV 87.3 125.02 240.48 -
System Red Green Blue C M Y K H S L
Decimal 245 8 82 0 0.97 0.67 0.04 341.27 0.94 0.5
Hex F5 8 52 0 61 43 4 155 5E 32
Octal 365 10 122 0 141 103 4 525 136 62
Binary 11110101 1000 1010010 0 1100001 1000011 100 101010101 1011110 110010

Color Harmonies of #F50852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50852

Black with #F50852

Text Example


Text Example

White with #F50852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50852; }

 p { color: rgb(245,8,82); }

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

background-color css

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

 a { background-color: rgb(245,8,82); }

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

border-color css

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

 span { border-color: rgb(245,8,82); }

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