Html Css Color HEX #FA1865 Ruby

📋 copy color: '#FA1865'

red 250 ◦ green 24 ◦ blue 101

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

Shades of Ruby #FA1865

Tints of Ruby #FA1865

RGB

 RED value IS 250 (98.05% from 255) = 66.67%

 GREEN value IS 24 (9.77% from 255) = 6.4%

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

R = 66.67%
G = 6.4%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA1865 (or 0xFA1865) is known color: Ruby. HEX triplet: FA, 18 and 65. RGB value is (250,24,101). Sum of RGB (Red+Green+Blue) = 250+24+101=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1865 is #05E79A. Grayscale: #646464. Windows color (decimal): -386971 or 6625530. OLE color: 6625530.

HSL color Cylindrical-coordinate representation of color #FA1865: hue angle of 339.56º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1865 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 24 101 -
CMYK 0 0.90 0.60 0.02
HSL 339.56º 0.96% 0.54% -
HSV(B) 339.56º 0.9% 0.98% -
XYZ 42.1 21.92 14.32 -
YUV 100.35 128.37 234.74 -
System Red Green Blue C M Y K H S L
Decimal 250 24 101 0 0.90 0.60 0.02 339.56 0.96 0.54
Hex FA 18 65 0 5A 3C 2 154 60 36
Octal 372 30 145 0 132 74 2 524 140 66
Binary 11111010 11000 1100101 0 1011010 111100 10 101010100 1100000 110110

Color Harmonies of #FA1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1865

Black with #FA1865

Text Example


Text Example

White with #FA1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1865; }

 p { color: rgb(250,24,101); }

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

background-color css

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

 a { background-color: rgb(250,24,101); }

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

border-color css

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

 span { border-color: rgb(250,24,101); }

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