Html Css Color HEX #F61972 Ruby

📋 copy color: '#F61972'

red 246 ◦ green 25 ◦ blue 114

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

Shades of Ruby #F61972

Tints of Ruby #F61972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

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

R = 63.9%
G = 6.49%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F61972 (or 0xF61972) is known color: Ruby. HEX triplet: F6, 19 and 72. RGB value is (246,25,114). Sum of RGB (Red+Green+Blue) = 246+25+114=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F61972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61972 is #09E68D. Grayscale: #656565. Windows color (decimal): -648846 or 7477750. OLE color: 7477750.

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

Color convert

RGB 246 25 114 -
CMYK 0 0.90 0.54 0.04
HSL 335.84º 0.92% 0.53% -
HSV(B) 335.84º 0.9% 0.96% -
XYZ 41.39 21.5 17.89 -
YUV 101.23 135.22 231.26 -
System Red Green Blue C M Y K H S L
Decimal 246 25 114 0 0.90 0.54 0.04 335.84 0.92 0.53
Hex F6 19 72 0 5A 36 4 150 5C 35
Octal 366 31 162 0 132 66 4 520 134 65
Binary 11110110 11001 1110010 0 1011010 110110 100 101010000 1011100 110101

Color Harmonies of #F61972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61972

Black with #F61972

Text Example


Text Example

White with #F61972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61972; }

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

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

background-color css

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

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

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

border-color css

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

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

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