Html Css Color HEX #F81E72 Ruby

📋 copy color: '#F81E72'

red 248 ◦ green 30 ◦ blue 114

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

Shades of Ruby #F81E72

Tints of Ruby #F81E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.65%

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 63.27%
G = 7.65%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F81E72 (or 0xF81E72) is known color: Ruby. HEX triplet: F8, 1E and 72. RGB value is (248,30,114). Sum of RGB (Red+Green+Blue) = 248+30+114=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81E72 is #07E18D. Grayscale: #686868. Windows color (decimal): -516494 or 7479032. OLE color: 7479032.

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

Color convert

RGB 248 30 114 -
CMYK 0 0.88 0.54 0.03
HSL 336.88º 0.94% 0.55% -
HSV(B) 336.88º 0.88% 0.97% -
XYZ 42.21 22.1 17.96 -
YUV 104.76 133.22 230.17 -
System Red Green Blue C M Y K H S L
Decimal 248 30 114 0 0.88 0.54 0.03 336.88 0.94 0.55
Hex F8 1E 72 0 58 36 3 151 5E 37
Octal 370 36 162 0 130 66 3 521 136 67
Binary 11111000 11110 1110010 0 1011000 110110 11 101010001 1011110 110111

Color Harmonies of #F81E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81E72

Black with #F81E72

Text Example


Text Example

White with #F81E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81E72; }

 p { color: rgb(248,30,114); }

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

background-color css

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

 a { background-color: rgb(248,30,114); }

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

border-color css

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

 span { border-color: rgb(248,30,114); }

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