Html Css Color HEX #F50C75 Ruby

📋 copy color: '#F50C75'

red 245 ◦ green 12 ◦ blue 117

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

Shades of Ruby #F50C75

Tints of Ruby #F50C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.21%

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 65.51%
G = 3.21%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F50C75 (or 0xF50C75) is known color: Ruby. HEX triplet: F5, 0C and 75. RGB value is (245,12,117). Sum of RGB (Red+Green+Blue) = 245+12+117=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50C75 is #0AF38A. Grayscale: #5D5D5D. Windows color (decimal): -717707 or 7671029. OLE color: 7671029.

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

Color convert

RGB 245 12 117 -
CMYK 0 0.95 0.52 0.04
HSL 332.96º 0.92% 0.5% -
HSV(B) 332.96º 0.95% 0.96% -
XYZ 41 20.96 18.71 -
YUV 93.64 141.19 235.96 -
System Red Green Blue C M Y K H S L
Decimal 245 12 117 0 0.95 0.52 0.04 332.96 0.92 0.5
Hex F5 C 75 0 5F 34 4 14D 5C 32
Octal 365 14 165 0 137 64 4 515 134 62
Binary 11110101 1100 1110101 0 1011111 110100 100 101001101 1011100 110010

Color Harmonies of #F50C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50C75

Black with #F50C75

Text Example


Text Example

White with #F50C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50C75; }

 p { color: rgb(245,12,117); }

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

background-color css

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

 a { background-color: rgb(245,12,117); }

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

border-color css

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

 span { border-color: rgb(245,12,117); }

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