Html Css Color HEX #F5046C Razzmatazz

📋 copy color: '#F5046C'

red 245 ◦ green 4 ◦ blue 108

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

Shades of Razzmatazz #F5046C

Tints of Razzmatazz #F5046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 68.63%
G = 1.12%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5046C (or 0xF5046C) is known color: Razzmatazz. HEX triplet: F5, 04 and 6C. RGB value is (245,4,108). Sum of RGB (Red+Green+Blue) = 245+4+108=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5046C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5046C is #0AFB93. Grayscale: #575757. Windows color (decimal): -719764 or 7079157. OLE color: 7079157.

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

Color convert

RGB 245 4 108 -
CMYK 0 0.98 0.56 0.04
HSL 334.11º 0.97% 0.49% -
HSV(B) 334.11º 0.98% 0.96% -
XYZ 40.41 20.58 16.03 -
YUV 87.92 139.34 240.04 -
System Red Green Blue C M Y K H S L
Decimal 245 4 108 0 0.98 0.56 0.04 334.11 0.97 0.49
Hex F5 4 6C 0 62 38 4 14E 61 31
Octal 365 4 154 0 142 70 4 516 141 61
Binary 11110101 100 1101100 0 1100010 111000 100 101001110 1100001 110001

Color Harmonies of #F5046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5046C

Black with #F5046C

Text Example


Text Example

White with #F5046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5046C; }

 p { color: rgb(245,4,108); }

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

background-color css

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

 a { background-color: rgb(245,4,108); }

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

border-color css

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

 span { border-color: rgb(245,4,108); }

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