Html Css Color HEX #F52069 Ruby

📋 copy color: '#F52069'

red 245 ◦ green 32 ◦ blue 105

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

Shades of Ruby #F52069

Tints of Ruby #F52069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.49%

R = 64.14%
G = 8.38%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F52069 (or 0xF52069) is known color: Ruby. HEX triplet: F5, 20 and 69. RGB value is (245,32,105). Sum of RGB (Red+Green+Blue) = 245+32+105=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F52069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52069 is #0ADF96. Grayscale: #676767. Windows color (decimal): -712599 or 6889717. OLE color: 6889717.

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

Color convert

RGB 245 32 105 -
CMYK 0 0.87 0.57 0.04
HSL 339.44º 0.91% 0.54% -
HSV(B) 339.44º 0.87% 0.96% -
XYZ 40.72 21.47 15.36 -
YUV 104.01 128.57 228.56 -
System Red Green Blue C M Y K H S L
Decimal 245 32 105 0 0.87 0.57 0.04 339.44 0.91 0.54
Hex F5 20 69 0 57 39 4 153 5B 36
Octal 365 40 151 0 127 71 4 523 133 66
Binary 11110101 100000 1101001 0 1010111 111001 100 101010011 1011011 110110

Color Harmonies of #F52069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52069

Black with #F52069

Text Example


Text Example

White with #F52069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52069; }

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

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

background-color css

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

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

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

border-color css

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

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

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