Html Css Color HEX #F81668 Ruby

📋 copy color: '#F81668'

red 248 ◦ green 22 ◦ blue 104

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

Shades of Ruby #F81668

Tints of Ruby #F81668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 66.31%
G = 5.88%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F81668 (or 0xF81668) is known color: Ruby. HEX triplet: F8, 16 and 68. RGB value is (248,22,104). Sum of RGB (Red+Green+Blue) = 248+22+104=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F81668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81668 is #07E997. Grayscale: #626262. Windows color (decimal): -518552 or 6821624. OLE color: 6821624.

HSL color Cylindrical-coordinate representation of color #F81668: hue angle of 338.23º 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 #F81668 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 22 104 -
CMYK 0 0.91 0.58 0.03
HSL 338.23º 0.94% 0.53% -
HSV(B) 338.23º 0.91% 0.97% -
XYZ 41.5 21.53 15.07 -
YUV 98.92 130.87 234.33 -
System Red Green Blue C M Y K H S L
Decimal 248 22 104 0 0.91 0.58 0.03 338.23 0.94 0.53
Hex F8 16 68 0 5B 3A 3 152 5E 35
Octal 370 26 150 0 133 72 3 522 136 65
Binary 11111000 10110 1101000 0 1011011 111010 11 101010010 1011110 110101

Color Harmonies of #F81668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81668

Black with #F81668

Text Example


Text Example

White with #F81668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81668; }

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

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

background-color css

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

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

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

border-color css

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

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

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