Html Css Color HEX #F81965 Ruby

📋 copy color: '#F81965'

red 248 ◦ green 25 ◦ blue 101

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

Shades of Ruby #F81965

Tints of Ruby #F81965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 66.31%
G = 6.68%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F81965 (or 0xF81965) is known color: Ruby. HEX triplet: F8, 19 and 65. RGB value is (248,25,101). Sum of RGB (Red+Green+Blue) = 248+25+101=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F81965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81965 is #07E69A. Grayscale: #646464. Windows color (decimal): -517787 or 6625784. OLE color: 6625784.

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

Color convert

RGB 248 25 101 -
CMYK 0 0.90 0.59 0.03
HSL 339.55º 0.94% 0.54% -
HSV(B) 339.55º 0.9% 0.97% -
XYZ 41.41 21.59 14.3 -
YUV 100.34 128.38 233.32 -
System Red Green Blue C M Y K H S L
Decimal 248 25 101 0 0.90 0.59 0.03 339.55 0.94 0.54
Hex F8 19 65 0 5A 3B 3 154 5E 36
Octal 370 31 145 0 132 73 3 524 136 66
Binary 11111000 11001 1100101 0 1011010 111011 11 101010100 1011110 110110

Color Harmonies of #F81965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81965

Black with #F81965

Text Example


Text Example

White with #F81965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81965; }

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

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

background-color css

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

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

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

border-color css

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

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

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