Html Css Color HEX #F81670 Ruby

📋 copy color: '#F81670'

red 248 ◦ green 22 ◦ blue 112

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

Shades of Ruby #F81670

Tints of Ruby #F81670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.76%

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

R = 64.92%
G = 5.76%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F81670 (or 0xF81670) is known color: Ruby. HEX triplet: F8, 16 and 70. RGB value is (248,22,112). Sum of RGB (Red+Green+Blue) = 248+22+112=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F81670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81670 is #07E98F. Grayscale: #636363. Windows color (decimal): -518544 or 7345912. OLE color: 7345912.

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

Color convert

RGB 248 22 112 -
CMYK 0 0.91 0.55 0.03
HSL 336.11º 0.94% 0.53% -
HSV(B) 336.11º 0.91% 0.97% -
XYZ 41.92 21.7 17.31 -
YUV 99.83 134.87 233.68 -
System Red Green Blue C M Y K H S L
Decimal 248 22 112 0 0.91 0.55 0.03 336.11 0.94 0.53
Hex F8 16 70 0 5B 37 3 150 5E 35
Octal 370 26 160 0 133 67 3 520 136 65
Binary 11111000 10110 1110000 0 1011011 110111 11 101010000 1011110 110101

Color Harmonies of #F81670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81670

Black with #F81670

Text Example


Text Example

White with #F81670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81670; }

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

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

background-color css

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

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

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

border-color css

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

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

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