Html Css Color HEX #F01E5E Ruby

📋 copy color: '#F01E5E'

red 240 ◦ green 30 ◦ blue 94

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

Shades of Ruby #F01E5E

Tints of Ruby #F01E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.24%

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

R = 65.93%
G = 8.24%
B = 25.82%

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

#F01E5E (or 0xF01E5E) is known color: Ruby. HEX triplet: F0, 1E and 5E. RGB value is (240,30,94). Sum of RGB (Red+Green+Blue) = 240+30+94=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01E5E is #0FE1A1. Grayscale: #646464. Windows color (decimal): -1040802 or 6168304. OLE color: 6168304.

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

Color convert

RGB 240 30 94 -
CMYK 0 0.87 0.61 0.06
HSL 341.71º 0.88% 0.53% -
HSV(B) 341.71º 0.88% 0.94% -
XYZ 38.42 20.26 12.48 -
YUV 100.09 124.57 227.8 -
System Red Green Blue C M Y K H S L
Decimal 240 30 94 0 0.87 0.61 0.06 341.71 0.88 0.53
Hex F0 1E 5E 0 57 3D 6 156 58 35
Octal 360 36 136 0 127 75 6 526 130 65
Binary 11110000 11110 1011110 0 1010111 111101 110 101010110 1011000 110101

Color Harmonies of #F01E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E5E

Black with #F01E5E

Text Example


Text Example

White with #F01E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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