Html Css Color HEX #F60D75 Ruby

📋 copy color: '#F60D75'

red 246 ◦ green 13 ◦ blue 117

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

Shades of Ruby #F60D75

Tints of Ruby #F60D75

RGB

 RED value IS 246 (96.48% from 255) = 65.43%

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

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

R = 65.43%
G = 3.46%
B = 31.12%

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

#F60D75 (or 0xF60D75) is known color: Ruby. HEX triplet: F6, 0D and 75. RGB value is (246,13,117). Sum of RGB (Red+Green+Blue) = 246+13+117=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60D75 is #09F28A. Grayscale: #5E5E5E. Windows color (decimal): -651915 or 7671286. OLE color: 7671286.

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

Color convert

RGB 246 13 117 -
CMYK 0 0.95 0.52 0.04
HSL 333.22º 0.93% 0.51% -
HSV(B) 333.22º 0.95% 0.96% -
XYZ 41.36 21.17 18.73 -
YUV 94.52 140.69 236.04 -
System Red Green Blue C M Y K H S L
Decimal 246 13 117 0 0.95 0.52 0.04 333.22 0.93 0.51
Hex F6 D 75 0 5F 34 4 14D 5D 33
Octal 366 15 165 0 137 64 4 515 135 63
Binary 11110110 1101 1110101 0 1011111 110100 100 101001101 1011101 110011

Color Harmonies of #F60D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60D75

Black with #F60D75

Text Example


Text Example

White with #F60D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60D75; }

 p { color: rgb(246,13,117); }

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

background-color css

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

 a { background-color: rgb(246,13,117); }

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

border-color css

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

 span { border-color: rgb(246,13,117); }

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