Html Css Color HEX #F81070 Ruby

📋 copy color: '#F81070'

red 248 ◦ green 16 ◦ blue 112

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

Shades of Ruby #F81070

Tints of Ruby #F81070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

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

R = 65.96%
G = 4.26%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F81070 (or 0xF81070) is known color: Ruby. HEX triplet: F8, 10 and 70. RGB value is (248,16,112). Sum of RGB (Red+Green+Blue) = 248+16+112=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F81070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81070 is #07EF8F. Grayscale: #606060. Windows color (decimal): -520080 or 7344376. OLE color: 7344376.

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

Color convert

RGB 248 16 112 -
CMYK 0 0.94 0.55 0.03
HSL 335.17º 0.94% 0.52% -
HSV(B) 335.17º 0.94% 0.97% -
XYZ 41.82 21.5 17.27 -
YUV 96.31 136.86 236.19 -
System Red Green Blue C M Y K H S L
Decimal 248 16 112 0 0.94 0.55 0.03 335.17 0.94 0.52
Hex F8 10 70 0 5E 37 3 14F 5E 34
Octal 370 20 160 0 136 67 3 517 136 64
Binary 11111000 10000 1110000 0 1011110 110111 11 101001111 1011110 110100

Color Harmonies of #F81070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81070

Black with #F81070

Text Example


Text Example

White with #F81070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81070; }

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

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

background-color css

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

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

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

border-color css

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

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

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