Html Css Color HEX #F81971 Ruby

📋 copy color: '#F81971'

red 248 ◦ green 25 ◦ blue 113

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

Shades of Ruby #F81971

Tints of Ruby #F81971

RGB

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

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

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

R = 64.25%
G = 6.48%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F81971 (or 0xF81971) is known color: Ruby. HEX triplet: F8, 19 and 71. RGB value is (248,25,113). Sum of RGB (Red+Green+Blue) = 248+25+113=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F81971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81971 is #07E68E. Grayscale: #656565. Windows color (decimal): -517775 or 7412216. OLE color: 7412216.

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

Color convert

RGB 248 25 113 -
CMYK 0 0.90 0.54 0.03
HSL 336.32º 0.94% 0.54% -
HSV(B) 336.32º 0.9% 0.97% -
XYZ 42.04 21.84 17.62 -
YUV 101.71 134.38 232.34 -
System Red Green Blue C M Y K H S L
Decimal 248 25 113 0 0.90 0.54 0.03 336.32 0.94 0.54
Hex F8 19 71 0 5A 36 3 150 5E 36
Octal 370 31 161 0 132 66 3 520 136 66
Binary 11111000 11001 1110001 0 1011010 110110 11 101010000 1011110 110110

Color Harmonies of #F81971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81971

Black with #F81971

Text Example


Text Example

White with #F81971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81971; }

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

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

background-color css

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

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

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

border-color css

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

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

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