Html Css Color HEX #F5036D Razzmatazz

📋 copy color: '#F5036D'

red 245 ◦ green 3 ◦ blue 109

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

Shades of Razzmatazz #F5036D

Tints of Razzmatazz #F5036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 68.63%
G = 0.84%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5036D (or 0xF5036D) is known color: Razzmatazz. HEX triplet: F5, 03 and 6D. RGB value is (245,3,109). Sum of RGB (Red+Green+Blue) = 245+3+109=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5036D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5036D is #0AFC92. Grayscale: #575757. Windows color (decimal): -720019 or 7144437. OLE color: 7144437.

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

Color convert

RGB 245 3 109 -
CMYK 0 0.99 0.56 0.04
HSL 333.72º 0.98% 0.49% -
HSV(B) 333.72º 0.99% 0.96% -
XYZ 40.45 20.58 16.31 -
YUV 87.44 140.17 240.38 -
System Red Green Blue C M Y K H S L
Decimal 245 3 109 0 0.99 0.56 0.04 333.72 0.98 0.49
Hex F5 3 6D 0 63 38 4 14E 62 31
Octal 365 3 155 0 143 70 4 516 142 61
Binary 11110101 11 1101101 0 1100011 111000 100 101001110 1100010 110001

Color Harmonies of #F5036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5036D

Black with #F5036D

Text Example


Text Example

White with #F5036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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