Html Css Color HEX #F12175 Ruby

📋 copy color: '#F12175'

red 241 ◦ green 33 ◦ blue 117

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

Shades of Ruby #F12175

Tints of Ruby #F12175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 61.64%
G = 8.44%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F12175 (or 0xF12175) is known color: Ruby. HEX triplet: F1, 21 and 75. RGB value is (241,33,117). Sum of RGB (Red+Green+Blue) = 241+33+117=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F12175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12175 is #0EDE8A. Grayscale: #686868. Windows color (decimal): -974475 or 7676401. OLE color: 7676401.

HSL color Cylindrical-coordinate representation of color #F12175: hue angle of 335.77º 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 #F12175 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 117 -
CMYK 0 0.86 0.51 0.05
HSL 335.77º 0.88% 0.54% -
HSV(B) 335.77º 0.86% 0.95% -
XYZ 40.03 21.07 18.79 -
YUV 104.77 134.91 225.17 -
System Red Green Blue C M Y K H S L
Decimal 241 33 117 0 0.86 0.51 0.05 335.77 0.88 0.54
Hex F1 21 75 0 56 33 5 150 58 36
Octal 361 41 165 0 126 63 5 520 130 66
Binary 11110001 100001 1110101 0 1010110 110011 101 101010000 1011000 110110

Color Harmonies of #F12175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12175

Black with #F12175

Text Example


Text Example

White with #F12175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12175; }

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

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

background-color css

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

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

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

border-color css

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

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

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