Html Css Color HEX #F52067 Ruby

📋 copy color: '#F52067'

red 245 ◦ green 32 ◦ blue 103

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

Shades of Ruby #F52067

Tints of Ruby #F52067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.11%

R = 64.47%
G = 8.42%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F52067 (or 0xF52067) is known color: Ruby. HEX triplet: F5, 20 and 67. RGB value is (245,32,103). Sum of RGB (Red+Green+Blue) = 245+32+103=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F52067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52067 is #0ADF98. Grayscale: #676767. Windows color (decimal): -712601 or 6758645. OLE color: 6758645.

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

Color convert

RGB 245 32 103 -
CMYK 0 0.87 0.58 0.04
HSL 340º 0.91% 0.54% -
HSV(B) 340º 0.87% 0.96% -
XYZ 40.62 21.42 14.83 -
YUV 103.78 127.57 228.73 -
System Red Green Blue C M Y K H S L
Decimal 245 32 103 0 0.87 0.58 0.04 340 0.91 0.54
Hex F5 20 67 0 57 3A 4 154 5B 36
Octal 365 40 147 0 127 72 4 524 133 66
Binary 11110101 100000 1100111 0 1010111 111010 100 101010100 1011011 110110

Color Harmonies of #F52067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52067

Black with #F52067

Text Example


Text Example

White with #F52067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52067; }

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

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

background-color css

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

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

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

border-color css

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

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

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