Html Css Color HEX #F00C71 Ruby

📋 copy color: '#F00C71'

red 240 ◦ green 12 ◦ blue 113

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

Shades of Ruby #F00C71

Tints of Ruby #F00C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

 BLUE value IS 113 (44.53% from 255) = 30.96%

R = 65.75%
G = 3.29%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F00C71 (or 0xF00C71) is known color: Ruby. HEX triplet: F0, 0C and 71. RGB value is (240,12,113). Sum of RGB (Red+Green+Blue) = 240+12+113=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00C71 is #0FF38E. Grayscale: #5B5B5B. Windows color (decimal): -1045391 or 7408880. OLE color: 7408880.

HSL color Cylindrical-coordinate representation of color #F00C71: hue angle of 333.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C71 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 12 113 -
CMYK 0 0.95 0.53 0.06
HSL 333.42º 0.9% 0.49% -
HSV(B) 333.42º 0.95% 0.94% -
XYZ 39.05 19.98 17.42 -
YUV 91.69 140.04 233.79 -
System Red Green Blue C M Y K H S L
Decimal 240 12 113 0 0.95 0.53 0.06 333.42 0.9 0.49
Hex F0 C 71 0 5F 35 6 14D 5A 31
Octal 360 14 161 0 137 65 6 515 132 61
Binary 11110000 1100 1110001 0 1011111 110101 110 101001101 1011010 110001

Color Harmonies of #F00C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00C71

Black with #F00C71

Text Example


Text Example

White with #F00C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00C71; }

 p { color: rgb(240,12,113); }

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

background-color css

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

 a { background-color: rgb(240,12,113); }

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

border-color css

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

 span { border-color: rgb(240,12,113); }

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