Html Css Color HEX #F5066F Razzmatazz

📋 copy color: '#F5066F'

red 245 ◦ green 6 ◦ blue 111

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

Shades of Razzmatazz #F5066F

Tints of Razzmatazz #F5066F

RGB

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

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

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

R = 67.68%
G = 1.66%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5066F (or 0xF5066F) is known color: Razzmatazz. HEX triplet: F5, 06 and 6F. RGB value is (245,6,111). Sum of RGB (Red+Green+Blue) = 245+6+111=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F5066F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5066F is #0AF990. Grayscale: #595959. Windows color (decimal): -719249 or 7276277. OLE color: 7276277.

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

Color convert

RGB 245 6 111 -
CMYK 0 0.98 0.55 0.04
HSL 333.64º 0.95% 0.49% -
HSV(B) 333.64º 0.98% 0.96% -
XYZ 40.59 20.69 16.89 -
YUV 89.43 140.18 238.96 -
System Red Green Blue C M Y K H S L
Decimal 245 6 111 0 0.98 0.55 0.04 333.64 0.95 0.49
Hex F5 6 6F 0 62 37 4 14E 5F 31
Octal 365 6 157 0 142 67 4 516 137 61
Binary 11110101 110 1101111 0 1100010 110111 100 101001110 1011111 110001

Color Harmonies of #F5066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5066F

Black with #F5066F

Text Example


Text Example

White with #F5066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5066F; }

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

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

background-color css

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

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

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

border-color css

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

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

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