Html Css Color HEX #F50D68 Razzmatazz

📋 copy color: '#F50D68'

red 245 ◦ green 13 ◦ blue 104

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

Shades of Razzmatazz #F50D68

Tints of Razzmatazz #F50D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 67.68%
G = 3.59%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F50D68 (or 0xF50D68) is known color: Razzmatazz. HEX triplet: F5, 0D and 68. RGB value is (245,13,104). Sum of RGB (Red+Green+Blue) = 245+13+104=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50D68 is #0AF297. Grayscale: #5C5C5C. Windows color (decimal): -717464 or 6819317. OLE color: 6819317.

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

Color convert

RGB 245 13 104 -
CMYK 0 0.95 0.58 0.04
HSL 336.47º 0.92% 0.51% -
HSV(B) 336.47º 0.95% 0.96% -
XYZ 40.3 20.7 14.97 -
YUV 92.74 134.36 236.6 -
System Red Green Blue C M Y K H S L
Decimal 245 13 104 0 0.95 0.58 0.04 336.47 0.92 0.51
Hex F5 D 68 0 5F 3A 4 150 5C 33
Octal 365 15 150 0 137 72 4 520 134 63
Binary 11110101 1101 1101000 0 1011111 111010 100 101010000 1011100 110011

Color Harmonies of #F50D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50D68

Black with #F50D68

Text Example


Text Example

White with #F50D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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