Html Css Color HEX #F01F5E Ruby

📋 copy color: '#F01F5E'

red 240 ◦ green 31 ◦ blue 94

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

Shades of Ruby #F01F5E

Tints of Ruby #F01F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.49%

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 65.75%
G = 8.49%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F01F5E (or 0xF01F5E) is known color: Ruby. HEX triplet: F0, 1F and 5E. RGB value is (240,31,94). Sum of RGB (Red+Green+Blue) = 240+31+94=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01F5E is #0FE0A1. Grayscale: #646464. Windows color (decimal): -1040546 or 6168560. OLE color: 6168560.

HSL color Cylindrical-coordinate representation of color #F01F5E: hue angle of 341.91º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01F5E is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 31 94 -
CMYK 0 0.87 0.61 0.06
HSL 341.91º 0.87% 0.53% -
HSV(B) 341.91º 0.87% 0.94% -
XYZ 38.45 20.31 12.48 -
YUV 100.67 124.24 227.38 -
System Red Green Blue C M Y K H S L
Decimal 240 31 94 0 0.87 0.61 0.06 341.91 0.87 0.53
Hex F0 1F 5E 0 57 3D 6 156 57 35
Octal 360 37 136 0 127 75 6 526 127 65
Binary 11110000 11111 1011110 0 1010111 111101 110 101010110 1010111 110101

Color Harmonies of #F01F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01F5E

Black with #F01F5E

Text Example


Text Example

White with #F01F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01F5E; }

 p { color: rgb(240,31,94); }

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

background-color css

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

 a { background-color: rgb(240,31,94); }

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

border-color css

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

 span { border-color: rgb(240,31,94); }

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