Html Css Color HEX #F01E65 Ruby

📋 copy color: '#F01E65'

red 240 ◦ green 30 ◦ blue 101

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

Shades of Ruby #F01E65

Tints of Ruby #F01E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 64.69%
G = 8.09%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01E65 (or 0xF01E65) is known color: Ruby. HEX triplet: F0, 1E and 65. RGB value is (240,30,101). Sum of RGB (Red+Green+Blue) = 240+30+101=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01E65 is #0FE19A. Grayscale: #646464. Windows color (decimal): -1040795 or 6627056. OLE color: 6627056.

HSL color Cylindrical-coordinate representation of color #F01E65: hue angle of 339.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 #F01E65 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 30 101 -
CMYK 0 0.87 0.58 0.06
HSL 339.71º 0.88% 0.53% -
HSV(B) 339.71º 0.88% 0.94% -
XYZ 38.75 20.39 14.21 -
YUV 100.88 128.07 227.23 -
System Red Green Blue C M Y K H S L
Decimal 240 30 101 0 0.87 0.58 0.06 339.71 0.88 0.53
Hex F0 1E 65 0 57 3A 6 154 58 35
Octal 360 36 145 0 127 72 6 524 130 65
Binary 11110000 11110 1100101 0 1010111 111010 110 101010100 1011000 110101

Color Harmonies of #F01E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E65

Black with #F01E65

Text Example


Text Example

White with #F01E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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