Html Css Color HEX #F81967 Ruby

📋 copy color: '#F81967'

red 248 ◦ green 25 ◦ blue 103

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

Shades of Ruby #F81967

Tints of Ruby #F81967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

 BLUE value IS 103 (40.63% from 255) = 27.39%

R = 65.96%
G = 6.65%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F81967 (or 0xF81967) is known color: Ruby. HEX triplet: F8, 19 and 67. RGB value is (248,25,103). Sum of RGB (Red+Green+Blue) = 248+25+103=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F81967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81967 is #07E698. Grayscale: #646464. Windows color (decimal): -517785 or 6756856. OLE color: 6756856.

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

Color convert

RGB 248 25 103 -
CMYK 0 0.90 0.58 0.03
HSL 339.01º 0.94% 0.54% -
HSV(B) 339.01º 0.9% 0.97% -
XYZ 41.51 21.63 14.82 -
YUV 100.57 129.38 233.16 -
System Red Green Blue C M Y K H S L
Decimal 248 25 103 0 0.90 0.58 0.03 339.01 0.94 0.54
Hex F8 19 67 0 5A 3A 3 153 5E 36
Octal 370 31 147 0 132 72 3 523 136 66
Binary 11111000 11001 1100111 0 1011010 111010 11 101010011 1011110 110110

Color Harmonies of #F81967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81967

Black with #F81967

Text Example


Text Example

White with #F81967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81967; }

 p { color: rgb(248,25,103); }

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

background-color css

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

 a { background-color: rgb(248,25,103); }

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

border-color css

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

 span { border-color: rgb(248,25,103); }

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