Html Css Color HEX #F5006D Razzmatazz

📋 copy color: '#F5006D'

red 245 ◦ green 0 ◦ blue 109

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

Shades of Razzmatazz #F5006D

Tints of Razzmatazz #F5006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.21%
G = 0%
B = 30.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5006D (or 0xF5006D) is known color: Razzmatazz. HEX triplet: F5, 00 and 6D. RGB value is (245,0,109). Sum of RGB (Red+Green+Blue) = 245+0+109=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F5006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5006D is #0AFF92. Grayscale: #555555. Windows color (decimal): -720787 or 7143669. OLE color: 7143669.

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

Color convert

RGB 245 0 109 -
CMYK 0 1 0.56 0.04
HSL 333.31º 1% 0.48% -
HSV(B) 333.31º 1% 0.96% -
XYZ 40.42 20.52 16.3 -
YUV 85.68 141.17 241.64 -
System Red Green Blue C M Y K H S L
Decimal 245 0 109 0 1 0.56 0.04 333.31 1 0.48
Hex F5 0 6D 0 64 38 4 14D 64 30
Octal 365 0 155 0 144 70 4 515 144 60
Binary 11110101 0 1101101 0 1100100 111000 100 101001101 1100100 110000

Color Harmonies of #F5006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5006D

Black with #F5006D

Text Example


Text Example

White with #F5006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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