Html Css Color HEX #F5066D Razzmatazz

📋 copy color: '#F5066D'

red 245 ◦ green 6 ◦ blue 109

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

Shades of Razzmatazz #F5066D

Tints of Razzmatazz #F5066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

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

R = 68.06%
G = 1.67%
B = 30.28%

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

#F5066D (or 0xF5066D) is known color: Razzmatazz. HEX triplet: F5, 06 and 6D. RGB value is (245,6,109). Sum of RGB (Red+Green+Blue) = 245+6+109=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5066D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5066D is #0AF992. Grayscale: #595959. Windows color (decimal): -719251 or 7145205. OLE color: 7145205.

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

Color convert

RGB 245 6 109 -
CMYK 0 0.98 0.56 0.04
HSL 334.14º 0.95% 0.49% -
HSV(B) 334.14º 0.98% 0.96% -
XYZ 40.48 20.65 16.32 -
YUV 89.2 139.18 239.12 -
System Red Green Blue C M Y K H S L
Decimal 245 6 109 0 0.98 0.56 0.04 334.14 0.95 0.49
Hex F5 6 6D 0 62 38 4 14E 5F 31
Octal 365 6 155 0 142 70 4 516 137 61
Binary 11110101 110 1101101 0 1100010 111000 100 101001110 1011111 110001

Color Harmonies of #F5066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5066D

Black with #F5066D

Text Example


Text Example

White with #F5066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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