Html Css Color HEX #F81C70 Ruby

📋 copy color: '#F81C70'

red 248 ◦ green 28 ◦ blue 112

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

Shades of Ruby #F81C70

Tints of Ruby #F81C70

RGB

 RED value IS 248 (97.27% from 255) = 63.92%

 GREEN value IS 28 (11.33% from 255) = 7.22%

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

R = 63.92%
G = 7.22%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F81C70 (or 0xF81C70) is known color: Ruby. HEX triplet: F8, 1C and 70. RGB value is (248,28,112). Sum of RGB (Red+Green+Blue) = 248+28+112=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C70 is #07E38F. Grayscale: #676767. Windows color (decimal): -517008 or 7347448. OLE color: 7347448.

HSL color Cylindrical-coordinate representation of color #F81C70: hue angle of 337.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C70 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 28 112 -
CMYK 0 0.89 0.55 0.03
HSL 337.09º 0.94% 0.54% -
HSV(B) 337.09º 0.89% 0.97% -
XYZ 42.05 21.96 17.35 -
YUV 103.36 132.89 231.17 -
System Red Green Blue C M Y K H S L
Decimal 248 28 112 0 0.89 0.55 0.03 337.09 0.94 0.54
Hex F8 1C 70 0 59 37 3 151 5E 36
Octal 370 34 160 0 131 67 3 521 136 66
Binary 11111000 11100 1110000 0 1011001 110111 11 101010001 1011110 110110

Color Harmonies of #F81C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C70

Black with #F81C70

Text Example


Text Example

White with #F81C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C70; }

 p { color: rgb(248,28,112); }

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

background-color css

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

 a { background-color: rgb(248,28,112); }

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

border-color css

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

 span { border-color: rgb(248,28,112); }

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