Html Css Color HEX #F01970 Ruby

📋 copy color: '#F01970'

red 240 ◦ green 25 ◦ blue 112

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

Shades of Ruby #F01970

Tints of Ruby #F01970

RGB

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

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

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

R = 63.66%
G = 6.63%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F01970 (or 0xF01970) is known color: Ruby. HEX triplet: F0, 19 and 70. RGB value is (240,25,112). Sum of RGB (Red+Green+Blue) = 240+25+112=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F01970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01970 is #0FE68F. Grayscale: #636363. Windows color (decimal): -1042064 or 7346672. OLE color: 7346672.

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

Color convert

RGB 240 25 112 -
CMYK 0 0.90 0.53 0.06
HSL 335.72º 0.88% 0.52% -
HSV(B) 335.72º 0.9% 0.94% -
XYZ 39.21 20.39 17.2 -
YUV 99.2 135.23 228.43 -
System Red Green Blue C M Y K H S L
Decimal 240 25 112 0 0.90 0.53 0.06 335.72 0.88 0.52
Hex F0 19 70 0 5A 35 6 150 58 34
Octal 360 31 160 0 132 65 6 520 130 64
Binary 11110000 11001 1110000 0 1011010 110101 110 101010000 1011000 110100

Color Harmonies of #F01970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01970

Black with #F01970

Text Example


Text Example

White with #F01970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01970; }

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

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

background-color css

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

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

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

border-color css

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

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

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