Html Css Color HEX #F5055B Razzmatazz

📋 copy color: '#F5055B'

red 245 ◦ green 5 ◦ blue 91

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

Shades of Razzmatazz #F5055B

Tints of Razzmatazz #F5055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 71.85%
G = 1.47%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5055B (or 0xF5055B) is known color: Razzmatazz. HEX triplet: F5, 05 and 5B. RGB value is (245,5,91). Sum of RGB (Red+Green+Blue) = 245+5+91=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5055B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5055B is #0AFAA4. Grayscale: #565656. Windows color (decimal): -719525 or 5965301. OLE color: 5965301.

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

Color convert

RGB 245 5 91 -
CMYK 0 0.98 0.63 0.04
HSL 338.5º 0.96% 0.49% -
HSV(B) 338.5º 0.98% 0.96% -
XYZ 39.6 20.28 11.72 -
YUV 86.56 130.51 241.01 -
System Red Green Blue C M Y K H S L
Decimal 245 5 91 0 0.98 0.63 0.04 338.5 0.96 0.49
Hex F5 5 5B 0 62 3F 4 152 60 31
Octal 365 5 133 0 142 77 4 522 140 61
Binary 11110101 101 1011011 0 1100010 111111 100 101010010 1100000 110001

Color Harmonies of #F5055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5055B

Black with #F5055B

Text Example


Text Example

White with #F5055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5055B; }

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

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

background-color css

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

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

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

border-color css

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

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

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