Html Css Color HEX #F61874 Ruby

📋 copy color: '#F61874'

red 246 ◦ green 24 ◦ blue 116

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

Shades of Ruby #F61874

Tints of Ruby #F61874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 63.73%
G = 6.22%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F61874 (or 0xF61874) is known color: Ruby. HEX triplet: F6, 18 and 74. RGB value is (246,24,116). Sum of RGB (Red+Green+Blue) = 246+24+116=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F61874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61874 is #09E78B. Grayscale: #646464. Windows color (decimal): -649100 or 7608566. OLE color: 7608566.

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

Color convert

RGB 246 24 116 -
CMYK 0 0.90 0.53 0.04
HSL 335.14º 0.93% 0.53% -
HSV(B) 335.14º 0.9% 0.96% -
XYZ 41.49 21.51 18.49 -
YUV 100.87 136.55 231.52 -
System Red Green Blue C M Y K H S L
Decimal 246 24 116 0 0.90 0.53 0.04 335.14 0.93 0.53
Hex F6 18 74 0 5A 35 4 14F 5C 35
Octal 366 30 164 0 132 65 4 517 134 65
Binary 11110110 11000 1110100 0 1011010 110101 100 101001111 1011100 110101

Color Harmonies of #F61874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61874

Black with #F61874

Text Example


Text Example

White with #F61874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61874; }

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

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

background-color css

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

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

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

border-color css

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

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

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