Html Css Color HEX #F61B74 Ruby

📋 copy color: '#F61B74'

red 246 ◦ green 27 ◦ blue 116

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

Shades of Ruby #F61B74

Tints of Ruby #F61B74

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.94%

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

R = 63.24%
G = 6.94%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F61B74 (or 0xF61B74) is known color: Ruby. HEX triplet: F6, 1B and 74. RGB value is (246,27,116). Sum of RGB (Red+Green+Blue) = 246+27+116=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B74 is #09E48B. Grayscale: #666666. Windows color (decimal): -648332 or 7609334. OLE color: 7609334.

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

Color convert

RGB 246 27 116 -
CMYK 0 0.89 0.53 0.04
HSL 335.62º 0.92% 0.54% -
HSV(B) 335.62º 0.89% 0.96% -
XYZ 41.55 21.64 18.51 -
YUV 102.63 135.55 230.26 -
System Red Green Blue C M Y K H S L
Decimal 246 27 116 0 0.89 0.53 0.04 335.62 0.92 0.54
Hex F6 1B 74 0 59 35 4 150 5C 36
Octal 366 33 164 0 131 65 4 520 134 66
Binary 11110110 11011 1110100 0 1011001 110101 100 101010000 1011100 110110

Color Harmonies of #F61B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B74

Black with #F61B74

Text Example


Text Example

White with #F61B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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