Html Css Color HEX #F12161 Ruby

📋 copy color: '#F12161'

red 241 ◦ green 33 ◦ blue 97

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

Shades of Ruby #F12161

Tints of Ruby #F12161

RGB

 RED value IS 241 (94.53% from 255) = 64.96%

 GREEN value IS 33 (13.28% from 255) = 8.89%

 BLUE value IS 97 (38.28% from 255) = 26.15%

R = 64.96%
G = 8.89%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F12161 (or 0xF12161) is known color: Ruby. HEX triplet: F1, 21 and 61. RGB value is (241,33,97). Sum of RGB (Red+Green+Blue) = 241+33+97=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F12161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12161 is #0EDE9E. Grayscale: #666666. Windows color (decimal): -974495 or 6365681. OLE color: 6365681.

HSL color Cylindrical-coordinate representation of color #F12161: hue angle of 341.54º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12161 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 97 -
CMYK 0 0.86 0.60 0.05
HSL 341.54º 0.88% 0.54% -
HSV(B) 341.54º 0.86% 0.95% -
XYZ 38.98 20.65 13.24 -
YUV 102.49 124.91 226.8 -
System Red Green Blue C M Y K H S L
Decimal 241 33 97 0 0.86 0.60 0.05 341.54 0.88 0.54
Hex F1 21 61 0 56 3C 5 156 58 36
Octal 361 41 141 0 126 74 5 526 130 66
Binary 11110001 100001 1100001 0 1010110 111100 101 101010110 1011000 110110

Color Harmonies of #F12161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12161

Black with #F12161

Text Example


Text Example

White with #F12161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12161; }

 p { color: rgb(241,33,97); }

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

background-color css

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

 a { background-color: rgb(241,33,97); }

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

border-color css

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

 span { border-color: rgb(241,33,97); }

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