Html Css Color HEX #F5206C Ruby

📋 copy color: '#F5206C'

red 245 ◦ green 32 ◦ blue 108

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

Shades of Ruby #F5206C

Tints of Ruby #F5206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 63.64%
G = 8.31%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5206C (or 0xF5206C) is known color: Ruby. HEX triplet: F5, 20 and 6C. RGB value is (245,32,108). Sum of RGB (Red+Green+Blue) = 245+32+108=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5206C is #0ADF93. Grayscale: #686868. Windows color (decimal): -712596 or 7086325. OLE color: 7086325.

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

Color convert

RGB 245 32 108 -
CMYK 0 0.87 0.56 0.04
HSL 338.59º 0.91% 0.54% -
HSV(B) 338.59º 0.87% 0.96% -
XYZ 40.88 21.53 16.19 -
YUV 104.35 130.07 228.32 -
System Red Green Blue C M Y K H S L
Decimal 245 32 108 0 0.87 0.56 0.04 338.59 0.91 0.54
Hex F5 20 6C 0 57 38 4 153 5B 36
Octal 365 40 154 0 127 70 4 523 133 66
Binary 11110101 100000 1101100 0 1010111 111000 100 101010011 1011011 110110

Color Harmonies of #F5206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5206C

Black with #F5206C

Text Example


Text Example

White with #F5206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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