Html Css Color HEX #F61870 Ruby

📋 copy color: '#F61870'

red 246 ◦ green 24 ◦ blue 112

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

Shades of Ruby #F61870

Tints of Ruby #F61870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.28%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 64.4%
G = 6.28%
B = 29.32%

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

#F61870 (or 0xF61870) is known color: Ruby. HEX triplet: F6, 18 and 70. RGB value is (246,24,112). Sum of RGB (Red+Green+Blue) = 246+24+112=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F61870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61870 is #09E78F. Grayscale: #646464. Windows color (decimal): -649104 or 7346422. OLE color: 7346422.

HSL color Cylindrical-coordinate representation of color #F61870: hue angle of 336.22º degrees, saturation: 0.93, 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 #F61870 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 112 -
CMYK 0 0.90 0.54 0.04
HSL 336.22º 0.93% 0.53% -
HSV(B) 336.22º 0.9% 0.96% -
XYZ 41.26 21.42 17.29 -
YUV 100.41 134.55 231.84 -
System Red Green Blue C M Y K H S L
Decimal 246 24 112 0 0.90 0.54 0.04 336.22 0.93 0.53
Hex F6 18 70 0 5A 36 4 150 5C 35
Octal 366 30 160 0 132 66 4 520 134 65
Binary 11110110 11000 1110000 0 1011010 110110 100 101010000 1011100 110101

Color Harmonies of #F61870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61870

Black with #F61870

Text Example


Text Example

White with #F61870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61870; }

 p { color: rgb(246,24,112); }

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

background-color css

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

 a { background-color: rgb(246,24,112); }

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

border-color css

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

 span { border-color: rgb(246,24,112); }

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