Html Css Color HEX #F01957 Ruby

📋 copy color: '#F01957'

red 240 ◦ green 25 ◦ blue 87

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

Shades of Ruby #F01957

Tints of Ruby #F01957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.1%

 BLUE value IS 87 (34.38% from 255) = 24.72%

R = 68.18%
G = 7.1%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F01957 (or 0xF01957) is known color: Ruby. HEX triplet: F0, 19 and 57. RGB value is (240,25,87). Sum of RGB (Red+Green+Blue) = 240+25+87=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F01957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01957 is #0FE6A8. Grayscale: #606060. Windows color (decimal): -1042089 or 5708272. OLE color: 5708272.

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

Color convert

RGB 240 25 87 -
CMYK 0 0.90 0.64 0.06
HSL 342.7º 0.88% 0.52% -
HSV(B) 342.7º 0.9% 0.94% -
XYZ 38 19.91 10.86 -
YUV 96.35 122.73 230.46 -
System Red Green Blue C M Y K H S L
Decimal 240 25 87 0 0.90 0.64 0.06 342.7 0.88 0.52
Hex F0 19 57 0 5A 40 6 157 58 34
Octal 360 31 127 0 132 100 6 527 130 64
Binary 11110000 11001 1010111 0 1011010 1000000 110 101010111 1011000 110100

Color Harmonies of #F01957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01957

Black with #F01957

Text Example


Text Example

White with #F01957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01957; }

 p { color: rgb(240,25,87); }

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

background-color css

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

 a { background-color: rgb(240,25,87); }

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

border-color css

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

 span { border-color: rgb(240,25,87); }

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