Html Css Color HEX #F5055D Razzmatazz

📋 copy color: '#F5055D'

red 245 ◦ green 5 ◦ blue 93

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

Shades of Razzmatazz #F5055D

Tints of Razzmatazz #F5055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

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

R = 71.43%
G = 1.46%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5055D (or 0xF5055D) is known color: Razzmatazz. HEX triplet: F5, 05 and 5D. RGB value is (245,5,93). Sum of RGB (Red+Green+Blue) = 245+5+93=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5055D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5055D is #0AFAA2. Grayscale: #565656. Windows color (decimal): -719523 or 6096373. OLE color: 6096373.

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

Color convert

RGB 245 5 93 -
CMYK 0 0.98 0.62 0.04
HSL 338º 0.96% 0.49% -
HSV(B) 338º 0.98% 0.96% -
XYZ 39.69 20.31 12.18 -
YUV 86.79 131.51 240.84 -
System Red Green Blue C M Y K H S L
Decimal 245 5 93 0 0.98 0.62 0.04 338 0.96 0.49
Hex F5 5 5D 0 62 3E 4 152 60 31
Octal 365 5 135 0 142 76 4 522 140 61
Binary 11110101 101 1011101 0 1100010 111110 100 101010010 1100000 110001

Color Harmonies of #F5055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5055D

Black with #F5055D

Text Example


Text Example

White with #F5055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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