Html Css Color HEX #F01A71 Ruby

📋 copy color: '#F01A71'

red 240 ◦ green 26 ◦ blue 113

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

Shades of Ruby #F01A71

Tints of Ruby #F01A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 63.32%
G = 6.86%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F01A71 (or 0xF01A71) is known color: Ruby. HEX triplet: F0, 1A and 71. RGB value is (240,26,113). Sum of RGB (Red+Green+Blue) = 240+26+113=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A71 is #0FE58E. Grayscale: #636363. Windows color (decimal): -1041807 or 7412464. OLE color: 7412464.

HSL color Cylindrical-coordinate representation of color #F01A71: hue angle of 335.61º 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 #F01A71 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 26 113 -
CMYK 0 0.89 0.53 0.06
HSL 335.61º 0.88% 0.52% -
HSV(B) 335.61º 0.89% 0.94% -
XYZ 39.29 20.46 17.5 -
YUV 99.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 240 26 113 0 0.89 0.53 0.06 335.61 0.88 0.52
Hex F0 1A 71 0 59 35 6 150 58 34
Octal 360 32 161 0 131 65 6 520 130 64
Binary 11110000 11010 1110001 0 1011001 110101 110 101010000 1011000 110100

Color Harmonies of #F01A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A71

Black with #F01A71

Text Example


Text Example

White with #F01A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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