Html Css Color HEX #F5036F Razzmatazz

📋 copy color: '#F5036F'

red 245 ◦ green 3 ◦ blue 111

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

Shades of Razzmatazz #F5036F

Tints of Razzmatazz #F5036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 68.25%
G = 0.84%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5036F (or 0xF5036F) is known color: Razzmatazz. HEX triplet: F5, 03 and 6F. RGB value is (245,3,111). Sum of RGB (Red+Green+Blue) = 245+3+111=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5036F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5036F is #0AFC90. Grayscale: #575757. Windows color (decimal): -720017 or 7275509. OLE color: 7275509.

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

Color convert

RGB 245 3 111 -
CMYK 0 0.99 0.55 0.04
HSL 333.22º 0.98% 0.49% -
HSV(B) 333.22º 0.99% 0.96% -
XYZ 40.56 20.63 16.88 -
YUV 87.67 141.17 240.22 -
System Red Green Blue C M Y K H S L
Decimal 245 3 111 0 0.99 0.55 0.04 333.22 0.98 0.49
Hex F5 3 6F 0 63 37 4 14D 62 31
Octal 365 3 157 0 143 67 4 515 142 61
Binary 11110101 11 1101111 0 1100011 110111 100 101001101 1100010 110001

Color Harmonies of #F5036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5036F

Black with #F5036F

Text Example


Text Example

White with #F5036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5036F; }

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

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

background-color css

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

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

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

border-color css

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

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

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