Html Css Color HEX #F5005D Razzmatazz

📋 copy color: '#F5005D'

red 245 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #F5005D

Tints of Razzmatazz #F5005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 72.49%
G = 0%
B = 27.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5005D (or 0xF5005D) is known color: Razzmatazz. HEX triplet: F5, 00 and 5D. RGB value is (245,0,93). Sum of RGB (Red+Green+Blue) = 245+0+93=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F5005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5005D is #0AFFA2. Grayscale: #535353. Windows color (decimal): -720803 or 6095093. OLE color: 6095093.

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

Color convert

RGB 245 0 93 -
CMYK 0 1 0.62 0.04
HSL 337.22º 1% 0.48% -
HSV(B) 337.22º 1% 0.96% -
XYZ 39.63 20.2 12.17 -
YUV 83.86 133.17 242.94 -
System Red Green Blue C M Y K H S L
Decimal 245 0 93 0 1 0.62 0.04 337.22 1 0.48
Hex F5 0 5D 0 64 3E 4 151 64 30
Octal 365 0 135 0 144 76 4 521 144 60
Binary 11110101 0 1011101 0 1100100 111110 100 101010001 1100100 110000

Color Harmonies of #F5005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5005D

Black with #F5005D

Text Example


Text Example

White with #F5005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5005D; }

 p { color: rgb(245,0,93); }

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

background-color css

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

 a { background-color: rgb(245,0,93); }

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

border-color css

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

 span { border-color: rgb(245,0,93); }

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