Html Css Color HEX #F60F75 Ruby

📋 copy color: '#F60F75'

red 246 ◦ green 15 ◦ blue 117

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

Shades of Ruby #F60F75

Tints of Ruby #F60F75

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.97%

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

R = 65.08%
G = 3.97%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F60F75 (or 0xF60F75) is known color: Ruby. HEX triplet: F6, 0F and 75. RGB value is (246,15,117). Sum of RGB (Red+Green+Blue) = 246+15+117=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60F75 is #09F08A. Grayscale: #5F5F5F. Windows color (decimal): -651403 or 7671798. OLE color: 7671798.

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

Color convert

RGB 246 15 117 -
CMYK 0 0.94 0.52 0.04
HSL 333.51º 0.93% 0.51% -
HSV(B) 333.51º 0.94% 0.96% -
XYZ 41.39 21.22 18.74 -
YUV 95.7 140.03 235.21 -
System Red Green Blue C M Y K H S L
Decimal 246 15 117 0 0.94 0.52 0.04 333.51 0.93 0.51
Hex F6 F 75 0 5E 34 4 14E 5D 33
Octal 366 17 165 0 136 64 4 516 135 63
Binary 11110110 1111 1110101 0 1011110 110100 100 101001110 1011101 110011

Color Harmonies of #F60F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60F75

Black with #F60F75

Text Example


Text Example

White with #F60F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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