Html Css Color HEX #F81B5E Ruby

📋 copy color: '#F81B5E'

red 248 ◦ green 27 ◦ blue 94

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

Shades of Ruby #F81B5E

Tints of Ruby #F81B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.32%

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 67.21%
G = 7.32%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F81B5E (or 0xF81B5E) is known color: Ruby. HEX triplet: F8, 1B and 5E. RGB value is (248,27,94). Sum of RGB (Red+Green+Blue) = 248+27+94=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B5E is #07E4A1. Grayscale: #646464. Windows color (decimal): -517282 or 6167544. OLE color: 6167544.

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

Color convert

RGB 248 27 94 -
CMYK 0 0.89 0.62 0.03
HSL 341.81º 0.94% 0.54% -
HSV(B) 341.81º 0.89% 0.97% -
XYZ 41.12 21.55 12.58 -
YUV 100.72 124.22 233.05 -
System Red Green Blue C M Y K H S L
Decimal 248 27 94 0 0.89 0.62 0.03 341.81 0.94 0.54
Hex F8 1B 5E 0 59 3E 3 156 5E 36
Octal 370 33 136 0 131 76 3 526 136 66
Binary 11111000 11011 1011110 0 1011001 111110 11 101010110 1011110 110110

Color Harmonies of #F81B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81B5E

Black with #F81B5E

Text Example


Text Example

White with #F81B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81B5E; }

 p { color: rgb(248,27,94); }

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

background-color css

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

 a { background-color: rgb(248,27,94); }

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

border-color css

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

 span { border-color: rgb(248,27,94); }

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