Html Css Color HEX #F5036A Razzmatazz

📋 copy color: '#F5036A'

red 245 ◦ green 3 ◦ blue 106

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

Shades of Razzmatazz #F5036A

Tints of Razzmatazz #F5036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 69.21%
G = 0.85%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5036A (or 0xF5036A) is known color: Razzmatazz. HEX triplet: F5, 03 and 6A. RGB value is (245,3,106). Sum of RGB (Red+Green+Blue) = 245+3+106=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F5036A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5036A is #0AFC95. Grayscale: #565656. Windows color (decimal): -720022 or 6947829. OLE color: 6947829.

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

Color convert

RGB 245 3 106 -
CMYK 0 0.99 0.57 0.04
HSL 334.46º 0.98% 0.49% -
HSV(B) 334.46º 0.99% 0.96% -
XYZ 40.29 20.52 15.47 -
YUV 87.1 138.67 240.62 -
System Red Green Blue C M Y K H S L
Decimal 245 3 106 0 0.99 0.57 0.04 334.46 0.98 0.49
Hex F5 3 6A 0 63 39 4 14E 62 31
Octal 365 3 152 0 143 71 4 516 142 61
Binary 11110101 11 1101010 0 1100011 111001 100 101001110 1100010 110001

Color Harmonies of #F5036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5036A

Black with #F5036A

Text Example


Text Example

White with #F5036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5036A; }

 p { color: rgb(245,3,106); }

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

background-color css

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

 a { background-color: rgb(245,3,106); }

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

border-color css

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

 span { border-color: rgb(245,3,106); }

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