Html Css Color HEX #F01874 Ruby

📋 copy color: '#F01874'

red 240 ◦ green 24 ◦ blue 116

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

Shades of Ruby #F01874

Tints of Ruby #F01874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 63.16%
G = 6.32%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F01874 (or 0xF01874) is known color: Ruby. HEX triplet: F0, 18 and 74. RGB value is (240,24,116). Sum of RGB (Red+Green+Blue) = 240+24+116=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F01874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01874 is #0FE78B. Grayscale: #626262. Windows color (decimal): -1042316 or 7608560. OLE color: 7608560.

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

Color convert

RGB 240 24 116 -
CMYK 0 0.9 0.52 0.06
HSL 334.44º 0.88% 0.52% -
HSV(B) 334.44º 0.9% 0.94% -
XYZ 39.41 20.44 18.39 -
YUV 99.07 137.56 228.52 -
System Red Green Blue C M Y K H S L
Decimal 240 24 116 0 0.9 0.52 0.06 334.44 0.88 0.52
Hex F0 18 74 0 5A 34 6 14E 58 34
Octal 360 30 164 0 132 64 6 516 130 64
Binary 11110000 11000 1110100 0 1011010 110100 110 101001110 1011000 110100

Color Harmonies of #F01874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01874

Black with #F01874

Text Example


Text Example

White with #F01874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01874; }

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

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

background-color css

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

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

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

border-color css

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

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

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