Html Css Color HEX #F01E70 Ruby

📋 copy color: '#F01E70'

red 240 ◦ green 30 ◦ blue 112

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

Shades of Ruby #F01E70

Tints of Ruby #F01E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 62.83%
G = 7.85%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F01E70 (or 0xF01E70) is known color: Ruby. HEX triplet: F0, 1E and 70. RGB value is (240,30,112). Sum of RGB (Red+Green+Blue) = 240+30+112=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01E70 is #0FE18F. Grayscale: #666666. Windows color (decimal): -1040784 or 7347952. OLE color: 7347952.

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

Color convert

RGB 240 30 112 -
CMYK 0 0.87 0.53 0.06
HSL 336.57º 0.88% 0.53% -
HSV(B) 336.57º 0.88% 0.94% -
XYZ 39.32 20.62 17.24 -
YUV 102.14 133.57 226.33 -
System Red Green Blue C M Y K H S L
Decimal 240 30 112 0 0.87 0.53 0.06 336.57 0.88 0.53
Hex F0 1E 70 0 57 35 6 151 58 35
Octal 360 36 160 0 127 65 6 521 130 65
Binary 11110000 11110 1110000 0 1010111 110101 110 101010001 1011000 110101

Color Harmonies of #F01E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E70

Black with #F01E70

Text Example


Text Example

White with #F01E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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