Html Css Color HEX #F52070 Ruby

📋 copy color: '#F52070'

red 245 ◦ green 32 ◦ blue 112

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

Shades of Ruby #F52070

Tints of Ruby #F52070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

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

R = 62.98%
G = 8.23%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F52070 (or 0xF52070) is known color: Ruby. HEX triplet: F5, 20 and 70. RGB value is (245,32,112). Sum of RGB (Red+Green+Blue) = 245+32+112=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F52070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52070 is #0ADF8F. Grayscale: #686868. Windows color (decimal): -712592 or 7348469. OLE color: 7348469.

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

Color convert

RGB 245 32 112 -
CMYK 0 0.87 0.54 0.04
HSL 337.46º 0.91% 0.54% -
HSV(B) 337.46º 0.87% 0.96% -
XYZ 41.1 21.62 17.34 -
YUV 104.81 132.07 228 -
System Red Green Blue C M Y K H S L
Decimal 245 32 112 0 0.87 0.54 0.04 337.46 0.91 0.54
Hex F5 20 70 0 57 36 4 151 5B 36
Octal 365 40 160 0 127 66 4 521 133 66
Binary 11110101 100000 1110000 0 1010111 110110 100 101010001 1011011 110110

Color Harmonies of #F52070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52070

Black with #F52070

Text Example


Text Example

White with #F52070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52070; }

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

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

background-color css

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

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

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

border-color css

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

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

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