Html Css Color HEX #F12174 Ruby

📋 copy color: '#F12174'

red 241 ◦ green 33 ◦ blue 116

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

Shades of Ruby #F12174

Tints of Ruby #F12174

RGB

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

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

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

R = 61.79%
G = 8.46%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F12174 (or 0xF12174) is known color: Ruby. HEX triplet: F1, 21 and 74. RGB value is (241,33,116). Sum of RGB (Red+Green+Blue) = 241+33+116=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F12174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12174 is #0EDE8B. Grayscale: #686868. Windows color (decimal): -974476 or 7610865. OLE color: 7610865.

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

Color convert

RGB 241 33 116 -
CMYK 0 0.86 0.52 0.05
HSL 336.06º 0.88% 0.54% -
HSV(B) 336.06º 0.86% 0.95% -
XYZ 39.97 21.05 18.48 -
YUV 104.65 134.41 225.25 -
System Red Green Blue C M Y K H S L
Decimal 241 33 116 0 0.86 0.52 0.05 336.06 0.88 0.54
Hex F1 21 74 0 56 34 5 150 58 36
Octal 361 41 164 0 126 64 5 520 130 66
Binary 11110001 100001 1110100 0 1010110 110100 101 101010000 1011000 110110

Color Harmonies of #F12174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12174

Black with #F12174

Text Example


Text Example

White with #F12174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12174; }

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

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

background-color css

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

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

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

border-color css

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

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

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