Html Css Color HEX #F81271 Ruby

📋 copy color: '#F81271'

red 248 ◦ green 18 ◦ blue 113

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

Shades of Ruby #F81271

Tints of Ruby #F81271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.75%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 65.44%
G = 4.75%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F81271 (or 0xF81271) is known color: Ruby. HEX triplet: F8, 12 and 71. RGB value is (248,18,113). Sum of RGB (Red+Green+Blue) = 248+18+113=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F81271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81271 is #07ED8E. Grayscale: #616161. Windows color (decimal): -519567 or 7410424. OLE color: 7410424.

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

Color convert

RGB 248 18 113 -
CMYK 0 0.93 0.54 0.03
HSL 335.22º 0.94% 0.52% -
HSV(B) 335.22º 0.93% 0.97% -
XYZ 41.91 21.58 17.58 -
YUV 97.6 136.7 235.28 -
System Red Green Blue C M Y K H S L
Decimal 248 18 113 0 0.93 0.54 0.03 335.22 0.94 0.52
Hex F8 12 71 0 5D 36 3 14F 5E 34
Octal 370 22 161 0 135 66 3 517 136 64
Binary 11111000 10010 1110001 0 1011101 110110 11 101001111 1011110 110100

Color Harmonies of #F81271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81271

Black with #F81271

Text Example


Text Example

White with #F81271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81271; }

 p { color: rgb(248,18,113); }

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

background-color css

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

 a { background-color: rgb(248,18,113); }

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

border-color css

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

 span { border-color: rgb(248,18,113); }

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