Html Css Color HEX #F01E5C Ruby

📋 copy color: '#F01E5C'

red 240 ◦ green 30 ◦ blue 92

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

Shades of Ruby #F01E5C

Tints of Ruby #F01E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 66.3%
G = 8.29%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F01E5C (or 0xF01E5C) is known color: Ruby. HEX triplet: F0, 1E and 5C. RGB value is (240,30,92). Sum of RGB (Red+Green+Blue) = 240+30+92=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01E5C is #0FE1A3. Grayscale: #636363. Windows color (decimal): -1040804 or 6037232. OLE color: 6037232.

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

Color convert

RGB 240 30 92 -
CMYK 0 0.87 0.62 0.06
HSL 342.29º 0.88% 0.53% -
HSV(B) 342.29º 0.88% 0.94% -
XYZ 38.33 20.23 12.01 -
YUV 99.86 123.57 227.96 -
System Red Green Blue C M Y K H S L
Decimal 240 30 92 0 0.87 0.62 0.06 342.29 0.88 0.53
Hex F0 1E 5C 0 57 3E 6 156 58 35
Octal 360 36 134 0 127 76 6 526 130 65
Binary 11110000 11110 1011100 0 1010111 111110 110 101010110 1011000 110101

Color Harmonies of #F01E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E5C

Black with #F01E5C

Text Example


Text Example

White with #F01E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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