Html Css Color HEX #F51270 Ruby

📋 copy color: '#F51270'

red 245 ◦ green 18 ◦ blue 112

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

Shades of Ruby #F51270

Tints of Ruby #F51270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.8%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 65.33%
G = 4.8%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F51270 (or 0xF51270) is known color: Ruby. HEX triplet: F5, 12 and 70. RGB value is (245,18,112). Sum of RGB (Red+Green+Blue) = 245+18+112=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F51270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51270 is #0AED8F. Grayscale: #606060. Windows color (decimal): -716176 or 7344885. OLE color: 7344885.

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

Color convert

RGB 245 18 112 -
CMYK 0 0.93 0.54 0.04
HSL 335.15º 0.92% 0.52% -
HSV(B) 335.15º 0.93% 0.96% -
XYZ 40.8 21.01 17.24 -
YUV 96.59 136.71 233.86 -
System Red Green Blue C M Y K H S L
Decimal 245 18 112 0 0.93 0.54 0.04 335.15 0.92 0.52
Hex F5 12 70 0 5D 36 4 14F 5C 34
Octal 365 22 160 0 135 66 4 517 134 64
Binary 11110101 10010 1110000 0 1011101 110110 100 101001111 1011100 110100

Color Harmonies of #F51270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51270

Black with #F51270

Text Example


Text Example

White with #F51270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51270; }

 p { color: rgb(245,18,112); }

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

background-color css

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

 a { background-color: rgb(245,18,112); }

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

border-color css

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

 span { border-color: rgb(245,18,112); }

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