Html Css Color HEX #F5206F Ruby

📋 copy color: '#F5206F'

red 245 ◦ green 32 ◦ blue 111

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

Shades of Ruby #F5206F

Tints of Ruby #F5206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 63.14%
G = 8.25%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5206F (or 0xF5206F) is known color: Ruby. HEX triplet: F5, 20 and 6F. RGB value is (245,32,111). Sum of RGB (Red+Green+Blue) = 245+32+111=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5206F is #0ADF90. Grayscale: #686868. Windows color (decimal): -712593 or 7282933. OLE color: 7282933.

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

Color convert

RGB 245 32 111 -
CMYK 0 0.87 0.55 0.04
HSL 337.75º 0.91% 0.54% -
HSV(B) 337.75º 0.87% 0.96% -
XYZ 41.04 21.59 17.04 -
YUV 104.69 131.57 228.08 -
System Red Green Blue C M Y K H S L
Decimal 245 32 111 0 0.87 0.55 0.04 337.75 0.91 0.54
Hex F5 20 6F 0 57 37 4 152 5B 36
Octal 365 40 157 0 127 67 4 522 133 66
Binary 11110101 100000 1101111 0 1010111 110111 100 101010010 1011011 110110

Color Harmonies of #F5206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5206F

Black with #F5206F

Text Example


Text Example

White with #F5206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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