Html Css Color HEX #F62072 Ruby

📋 copy color: '#F62072'

red 246 ◦ green 32 ◦ blue 114

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

Shades of Ruby #F62072

Tints of Ruby #F62072

RGB

 RED value IS 246 (96.48% from 255) = 62.76%

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

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 62.76%
G = 8.16%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F62072 (or 0xF62072) is known color: Ruby. HEX triplet: F6, 20 and 72. RGB value is (246,32,114). Sum of RGB (Red+Green+Blue) = 246+32+114=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F62072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62072 is #09DF8D. Grayscale: #696969. Windows color (decimal): -647054 or 7479542. OLE color: 7479542.

HSL color Cylindrical-coordinate representation of color #F62072: hue angle of 337.01º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62072 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 32 114 -
CMYK 0 0.87 0.54 0.04
HSL 337.01º 0.92% 0.55% -
HSV(B) 337.01º 0.87% 0.96% -
XYZ 41.56 21.84 17.94 -
YUV 105.33 132.9 228.33 -
System Red Green Blue C M Y K H S L
Decimal 246 32 114 0 0.87 0.54 0.04 337.01 0.92 0.55
Hex F6 20 72 0 57 36 4 151 5C 37
Octal 366 40 162 0 127 66 4 521 134 67
Binary 11110110 100000 1110010 0 1010111 110110 100 101010001 1011100 110111

Color Harmonies of #F62072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62072

Black with #F62072

Text Example


Text Example

White with #F62072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62072; }

 p { color: rgb(246,32,114); }

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

background-color css

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

 a { background-color: rgb(246,32,114); }

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

border-color css

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

 span { border-color: rgb(246,32,114); }

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