Html Css Color HEX #F01B59 Ruby

📋 copy color: '#F01B59'

red 240 ◦ green 27 ◦ blue 89

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

Shades of Ruby #F01B59

Tints of Ruby #F01B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.58%

 BLUE value IS 89 (35.16% from 255) = 25%

R = 67.42%
G = 7.58%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F01B59 (or 0xF01B59) is known color: Ruby. HEX triplet: F0, 1B and 59. RGB value is (240,27,89). Sum of RGB (Red+Green+Blue) = 240+27+89=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B59 is #0FE4A6. Grayscale: #616161. Windows color (decimal): -1041575 or 5839856. OLE color: 5839856.

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

Color convert

RGB 240 27 89 -
CMYK 0 0.89 0.63 0.06
HSL 342.54º 0.88% 0.52% -
HSV(B) 342.54º 0.89% 0.94% -
XYZ 38.13 20.03 11.31 -
YUV 97.76 123.07 229.46 -
System Red Green Blue C M Y K H S L
Decimal 240 27 89 0 0.89 0.63 0.06 342.54 0.88 0.52
Hex F0 1B 59 0 59 3F 6 157 58 34
Octal 360 33 131 0 131 77 6 527 130 64
Binary 11110000 11011 1011001 0 1011001 111111 110 101010111 1011000 110100

Color Harmonies of #F01B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B59

Black with #F01B59

Text Example


Text Example

White with #F01B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B59; }

 p { color: rgb(240,27,89); }

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

background-color css

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

 a { background-color: rgb(240,27,89); }

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

border-color css

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

 span { border-color: rgb(240,27,89); }

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