Html Css Color HEX #F52075 Ruby

📋 copy color: '#F52075'

red 245 ◦ green 32 ◦ blue 117

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

Shades of Ruby #F52075

Tints of Ruby #F52075

RGB

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

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

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

R = 62.18%
G = 8.12%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F52075 (or 0xF52075) is known color: Ruby. HEX triplet: F5, 20 and 75. RGB value is (245,32,117). Sum of RGB (Red+Green+Blue) = 245+32+117=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F52075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52075 is #0ADF8A. Grayscale: #696969. Windows color (decimal): -712587 or 7676149. OLE color: 7676149.

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

Color convert

RGB 245 32 117 -
CMYK 0 0.87 0.52 0.04
HSL 336.06º 0.91% 0.54% -
HSV(B) 336.06º 0.87% 0.96% -
XYZ 41.38 21.73 18.84 -
YUV 105.38 134.57 227.59 -
System Red Green Blue C M Y K H S L
Decimal 245 32 117 0 0.87 0.52 0.04 336.06 0.91 0.54
Hex F5 20 75 0 57 34 4 150 5B 36
Octal 365 40 165 0 127 64 4 520 133 66
Binary 11110101 100000 1110101 0 1010111 110100 100 101010000 1011011 110110

Color Harmonies of #F52075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52075

Black with #F52075

Text Example


Text Example

White with #F52075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52075; }

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

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

background-color css

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

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

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

border-color css

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

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

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