Html Css Color HEX #F81568 Ruby

📋 copy color: '#F81568'

red 248 ◦ green 21 ◦ blue 104

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

Shades of Ruby #F81568

Tints of Ruby #F81568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

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

R = 66.49%
G = 5.63%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F81568 (or 0xF81568) is known color: Ruby. HEX triplet: F8, 15 and 68. RGB value is (248,21,104). Sum of RGB (Red+Green+Blue) = 248+21+104=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F81568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81568 is #07EA97. Grayscale: #626262. Windows color (decimal): -518808 or 6821368. OLE color: 6821368.

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

Color convert

RGB 248 21 104 -
CMYK 0 0.92 0.58 0.03
HSL 338.06º 0.94% 0.53% -
HSV(B) 338.06º 0.92% 0.97% -
XYZ 41.48 21.49 15.06 -
YUV 98.34 131.21 234.75 -
System Red Green Blue C M Y K H S L
Decimal 248 21 104 0 0.92 0.58 0.03 338.06 0.94 0.53
Hex F8 15 68 0 5C 3A 3 152 5E 35
Octal 370 25 150 0 134 72 3 522 136 65
Binary 11111000 10101 1101000 0 1011100 111010 11 101010010 1011110 110101

Color Harmonies of #F81568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81568

Black with #F81568

Text Example


Text Example

White with #F81568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81568; }

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

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

background-color css

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

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

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

border-color css

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

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

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