Html Css Color HEX #F11875 Ruby

📋 copy color: '#F11875'

red 241 ◦ green 24 ◦ blue 117

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

Shades of Ruby #F11875

Tints of Ruby #F11875

RGB

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

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

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

R = 63.09%
G = 6.28%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F11875 (or 0xF11875) is known color: Ruby. HEX triplet: F1, 18 and 75. RGB value is (241,24,117). Sum of RGB (Red+Green+Blue) = 241+24+117=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F11875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11875 is #0EE78A. Grayscale: #636363. Windows color (decimal): -976779 or 7674097. OLE color: 7674097.

HSL color Cylindrical-coordinate representation of color #F11875: hue angle of 334.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11875 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 117 -
CMYK 0 0.90 0.51 0.05
HSL 334.29º 0.89% 0.52% -
HSV(B) 334.29º 0.9% 0.95% -
XYZ 39.81 20.64 18.71 -
YUV 99.49 137.89 228.94 -
System Red Green Blue C M Y K H S L
Decimal 241 24 117 0 0.90 0.51 0.05 334.29 0.89 0.52
Hex F1 18 75 0 5A 33 5 14E 59 34
Octal 361 30 165 0 132 63 5 516 131 64
Binary 11110001 11000 1110101 0 1011010 110011 101 101001110 1011001 110100

Color Harmonies of #F11875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11875

Black with #F11875

Text Example


Text Example

White with #F11875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11875; }

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

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

background-color css

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

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

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

border-color css

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

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

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