Html Css Color HEX #F01870 Ruby

📋 copy color: '#F01870'

red 240 ◦ green 24 ◦ blue 112

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

Shades of Ruby #F01870

Tints of Ruby #F01870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

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

R = 63.83%
G = 6.38%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F01870 (or 0xF01870) is known color: Ruby. HEX triplet: F0, 18 and 70. RGB value is (240,24,112). Sum of RGB (Red+Green+Blue) = 240+24+112=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F01870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01870 is #0FE78F. Grayscale: #626262. Windows color (decimal): -1042320 or 7346416. OLE color: 7346416.

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

Color convert

RGB 240 24 112 -
CMYK 0 0.9 0.53 0.06
HSL 335.56º 0.88% 0.52% -
HSV(B) 335.56º 0.9% 0.94% -
XYZ 39.19 20.35 17.19 -
YUV 98.62 135.56 228.84 -
System Red Green Blue C M Y K H S L
Decimal 240 24 112 0 0.9 0.53 0.06 335.56 0.88 0.52
Hex F0 18 70 0 5A 35 6 150 58 34
Octal 360 30 160 0 132 65 6 520 130 64
Binary 11110000 11000 1110000 0 1011010 110101 110 101010000 1011000 110100

Color Harmonies of #F01870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01870

Black with #F01870

Text Example


Text Example

White with #F01870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01870; }

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

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

background-color css

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

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

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

border-color css

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

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

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