Html Css Color HEX #F50D69 Razzmatazz

📋 copy color: '#F50D69'

red 245 ◦ green 13 ◦ blue 105

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

Shades of Razzmatazz #F50D69

Tints of Razzmatazz #F50D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.58%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 67.49%
G = 3.58%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F50D69 (or 0xF50D69) is known color: Razzmatazz. HEX triplet: F5, 0D and 69. RGB value is (245,13,105). Sum of RGB (Red+Green+Blue) = 245+13+105=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50D69 is #0AF296. Grayscale: #5C5C5C. Windows color (decimal): -717463 or 6884853. OLE color: 6884853.

HSL color Cylindrical-coordinate representation of color #F50D69: hue angle of 336.21º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50D69 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 13 105 -
CMYK 0 0.95 0.57 0.04
HSL 336.21º 0.92% 0.51% -
HSV(B) 336.21º 0.95% 0.96% -
XYZ 40.35 20.72 15.24 -
YUV 92.86 134.86 236.52 -
System Red Green Blue C M Y K H S L
Decimal 245 13 105 0 0.95 0.57 0.04 336.21 0.92 0.51
Hex F5 D 69 0 5F 39 4 150 5C 33
Octal 365 15 151 0 137 71 4 520 134 63
Binary 11110101 1101 1101001 0 1011111 111001 100 101010000 1011100 110011

Color Harmonies of #F50D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50D69

Black with #F50D69

Text Example


Text Example

White with #F50D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50D69; }

 p { color: rgb(245,13,105); }

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

background-color css

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

 a { background-color: rgb(245,13,105); }

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

border-color css

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

 span { border-color: rgb(245,13,105); }

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