Html Css Color HEX #F01E6A Ruby

📋 copy color: '#F01E6A'

red 240 ◦ green 30 ◦ blue 106

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

Shades of Ruby #F01E6A

Tints of Ruby #F01E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.19%

R = 63.83%
G = 7.98%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F01E6A (or 0xF01E6A) is known color: Ruby. HEX triplet: F0, 1E and 6A. RGB value is (240,30,106). Sum of RGB (Red+Green+Blue) = 240+30+106=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01E6A is #0FE195. Grayscale: #656565. Windows color (decimal): -1040790 or 6954736. OLE color: 6954736.

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

Color convert

RGB 240 30 106 -
CMYK 0 0.87 0.56 0.06
HSL 338.29º 0.88% 0.53% -
HSV(B) 338.29º 0.88% 0.94% -
XYZ 39 20.49 15.54 -
YUV 101.45 130.57 226.82 -
System Red Green Blue C M Y K H S L
Decimal 240 30 106 0 0.87 0.56 0.06 338.29 0.88 0.53
Hex F0 1E 6A 0 57 38 6 152 58 35
Octal 360 36 152 0 127 70 6 522 130 65
Binary 11110000 11110 1101010 0 1010111 111000 110 101010010 1011000 110101

Color Harmonies of #F01E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E6A

Black with #F01E6A

Text Example


Text Example

White with #F01E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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