Html Css Color HEX #F01A6E Ruby

📋 copy color: '#F01A6E'

red 240 ◦ green 26 ◦ blue 110

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

Shades of Ruby #F01A6E

Tints of Ruby #F01A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 63.83%
G = 6.91%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F01A6E (or 0xF01A6E) is known color: Ruby. HEX triplet: F0, 1A and 6E. RGB value is (240,26,110). Sum of RGB (Red+Green+Blue) = 240+26+110=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A6E is #0FE591. Grayscale: #636363. Windows color (decimal): -1041810 or 7215856. OLE color: 7215856.

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

Color convert

RGB 240 26 110 -
CMYK 0 0.89 0.54 0.06
HSL 336.45º 0.88% 0.52% -
HSV(B) 336.45º 0.89% 0.94% -
XYZ 39.12 20.39 16.63 -
YUV 99.56 133.9 228.17 -
System Red Green Blue C M Y K H S L
Decimal 240 26 110 0 0.89 0.54 0.06 336.45 0.88 0.52
Hex F0 1A 6E 0 59 36 6 150 58 34
Octal 360 32 156 0 131 66 6 520 130 64
Binary 11110000 11010 1101110 0 1011001 110110 110 101010000 1011000 110100

Color Harmonies of #F01A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A6E

Black with #F01A6E

Text Example


Text Example

White with #F01A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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