Html Css Color HEX #F5015B Razzmatazz

📋 copy color: '#F5015B'

red 245 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #F5015B

Tints of Razzmatazz #F5015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 72.7%
G = 0.3%
B = 27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5015B (or 0xF5015B) is known color: Razzmatazz. HEX triplet: F5, 01 and 5B. RGB value is (245,1,91). Sum of RGB (Red+Green+Blue) = 245+1+91=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F5015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5015B is #0AFEA4. Grayscale: #545454. Windows color (decimal): -720549 or 5964277. OLE color: 5964277.

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

Color convert

RGB 245 1 91 -
CMYK 0 1.00 0.63 0.04
HSL 337.87º 0.99% 0.48% -
HSV(B) 337.87º 1% 0.96% -
XYZ 39.56 20.19 11.71 -
YUV 84.22 131.84 242.68 -
System Red Green Blue C M Y K H S L
Decimal 245 1 91 0 1.00 0.63 0.04 337.87 0.99 0.48
Hex F5 1 5B 0 64 3F 4 152 63 30
Octal 365 1 133 0 144 77 4 522 143 60
Binary 11110101 1 1011011 0 1100100 111111 100 101010010 1100011 110000

Color Harmonies of #F5015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5015B

Black with #F5015B

Text Example


Text Example

White with #F5015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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