Html Css Color HEX #F51075 Ruby

📋 copy color: '#F51075'

red 245 ◦ green 16 ◦ blue 117

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

Shades of Ruby #F51075

Tints of Ruby #F51075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.23%

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

R = 64.81%
G = 4.23%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F51075 (or 0xF51075) is known color: Ruby. HEX triplet: F5, 10 and 75. RGB value is (245,16,117). Sum of RGB (Red+Green+Blue) = 245+16+117=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F51075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51075 is #0AEF8A. Grayscale: #5F5F5F. Windows color (decimal): -716683 or 7672053. OLE color: 7672053.

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

Color convert

RGB 245 16 117 -
CMYK 0 0.93 0.52 0.04
HSL 333.54º 0.92% 0.51% -
HSV(B) 333.54º 0.93% 0.96% -
XYZ 41.05 21.07 18.73 -
YUV 95.99 139.87 234.29 -
System Red Green Blue C M Y K H S L
Decimal 245 16 117 0 0.93 0.52 0.04 333.54 0.92 0.51
Hex F5 10 75 0 5D 34 4 14E 5C 33
Octal 365 20 165 0 135 64 4 516 134 63
Binary 11110101 10000 1110101 0 1011101 110100 100 101001110 1011100 110011

Color Harmonies of #F51075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51075

Black with #F51075

Text Example


Text Example

White with #F51075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51075; }

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

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

background-color css

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

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

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

border-color css

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

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

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