Html Css Color HEX #F01A56 Ruby

📋 copy color: '#F01A56'

red 240 ◦ green 26 ◦ blue 86

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

Shades of Ruby #F01A56

Tints of Ruby #F01A56

RGB

 RED value IS 240 (94.14% from 255) = 68.18%

 GREEN value IS 26 (10.55% from 255) = 7.39%

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 68.18%
G = 7.39%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F01A56 (or 0xF01A56) is known color: Ruby. HEX triplet: F0, 1A and 56. RGB value is (240,26,86). Sum of RGB (Red+Green+Blue) = 240+26+86=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A56 is #0FE5A9. Grayscale: #606060. Windows color (decimal): -1041834 or 5642992. OLE color: 5642992.

HSL color Cylindrical-coordinate representation of color #F01A56: hue angle of 343.18º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A56 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 26 86 -
CMYK 0 0.89 0.64 0.06
HSL 343.18º 0.88% 0.52% -
HSV(B) 343.18º 0.89% 0.94% -
XYZ 37.98 19.94 10.65 -
YUV 96.83 121.9 230.12 -
System Red Green Blue C M Y K H S L
Decimal 240 26 86 0 0.89 0.64 0.06 343.18 0.88 0.52
Hex F0 1A 56 0 59 40 6 157 58 34
Octal 360 32 126 0 131 100 6 527 130 64
Binary 11110000 11010 1010110 0 1011001 1000000 110 101010111 1011000 110100

Color Harmonies of #F01A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A56

Black with #F01A56

Text Example


Text Example

White with #F01A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A56; }

 p { color: rgb(240,26,86); }

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

background-color css

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

 a { background-color: rgb(240,26,86); }

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

border-color css

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

 span { border-color: rgb(240,26,86); }

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