Html Css Color HEX #F01572 Ruby

📋 copy color: '#F01572'

red 240 ◦ green 21 ◦ blue 114

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

Shades of Ruby #F01572

Tints of Ruby #F01572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.6%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 64%
G = 5.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F01572 (or 0xF01572) is known color: Ruby. HEX triplet: F0, 15 and 72. RGB value is (240,21,114). Sum of RGB (Red+Green+Blue) = 240+21+114=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F01572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01572 is #0FEA8D. Grayscale: #606060. Windows color (decimal): -1043086 or 7476720. OLE color: 7476720.

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

Color convert

RGB 240 21 114 -
CMYK 0 0.91 0.52 0.06
HSL 334.52º 0.88% 0.51% -
HSV(B) 334.52º 0.91% 0.94% -
XYZ 39.24 20.28 17.77 -
YUV 97.08 137.55 229.94 -
System Red Green Blue C M Y K H S L
Decimal 240 21 114 0 0.91 0.52 0.06 334.52 0.88 0.51
Hex F0 15 72 0 5B 34 6 14F 58 33
Octal 360 25 162 0 133 64 6 517 130 63
Binary 11110000 10101 1110010 0 1011011 110100 110 101001111 1011000 110011

Color Harmonies of #F01572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01572

Black with #F01572

Text Example


Text Example

White with #F01572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01572; }

 p { color: rgb(240,21,114); }

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

background-color css

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

 a { background-color: rgb(240,21,114); }

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

border-color css

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

 span { border-color: rgb(240,21,114); }

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