Html Css Color HEX #F51662 Ruby

📋 copy color: '#F51662'

red 245 ◦ green 22 ◦ blue 98

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

Shades of Ruby #F51662

Tints of Ruby #F51662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.03%

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 67.12%
G = 6.03%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F51662 (or 0xF51662) is known color: Ruby. HEX triplet: F5, 16 and 62. RGB value is (245,22,98). Sum of RGB (Red+Green+Blue) = 245+22+98=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F51662 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51662 is #0AE99D. Grayscale: #616161. Windows color (decimal): -715166 or 6428405. OLE color: 6428405.

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

Color convert

RGB 245 22 98 -
CMYK 0 0.91 0.6 0.04
HSL 339.55º 0.92% 0.52% -
HSV(B) 339.55º 0.91% 0.96% -
XYZ 40.15 20.87 13.47 -
YUV 97.34 128.38 233.32 -
System Red Green Blue C M Y K H S L
Decimal 245 22 98 0 0.91 0.6 0.04 339.55 0.92 0.52
Hex F5 16 62 0 5B 3C 4 154 5C 34
Octal 365 26 142 0 133 74 4 524 134 64
Binary 11110101 10110 1100010 0 1011011 111100 100 101010100 1011100 110100

Color Harmonies of #F51662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51662

Black with #F51662

Text Example


Text Example

White with #F51662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51662; }

 p { color: rgb(245,22,98); }

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

background-color css

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

 a { background-color: rgb(245,22,98); }

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

border-color css

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

 span { border-color: rgb(245,22,98); }

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