Html Css Color HEX #F50255 Razzmatazz

📋 copy color: '#F50255'

red 245 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #F50255

Tints of Razzmatazz #F50255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 73.8%
G = 0.6%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F50255 (or 0xF50255) is known color: Razzmatazz. HEX triplet: F5, 02 and 55. RGB value is (245,2,85). Sum of RGB (Red+Green+Blue) = 245+2+85=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F50255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50255 is #0AFDAA. Grayscale: #545454. Windows color (decimal): -720299 or 5571317. OLE color: 5571317.

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

Color convert

RGB 245 2 85 -
CMYK 0 0.99 0.65 0.04
HSL 339.51º 0.98% 0.48% -
HSV(B) 339.51º 0.99% 0.96% -
XYZ 39.32 20.11 10.4 -
YUV 84.12 128.51 242.75 -
System Red Green Blue C M Y K H S L
Decimal 245 2 85 0 0.99 0.65 0.04 339.51 0.98 0.48
Hex F5 2 55 0 63 41 4 154 62 30
Octal 365 2 125 0 143 101 4 524 142 60
Binary 11110101 10 1010101 0 1100011 1000001 100 101010100 1100010 110000

Color Harmonies of #F50255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50255

Black with #F50255

Text Example


Text Example

White with #F50255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50255; }

 p { color: rgb(245,2,85); }

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

background-color css

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

 a { background-color: rgb(245,2,85); }

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

border-color css

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

 span { border-color: rgb(245,2,85); }

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