Html Css Color HEX #FD1869 Ruby

📋 copy color: '#FD1869'

red 253 ◦ green 24 ◦ blue 105

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

Shades of Ruby #FD1869

Tints of Ruby #FD1869

RGB

 RED value IS 253 (99.22% from 255) = 66.23%

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

 BLUE value IS 105 (41.41% from 255) = 27.49%

R = 66.23%
G = 6.28%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD1869 (or 0xFD1869) is known color: Ruby. HEX triplet: FD, 18 and 69. RGB value is (253,24,105). Sum of RGB (Red+Green+Blue) = 253+24+105=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1869 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1869 is #02E796. Grayscale: #656565. Windows color (decimal): -190359 or 6887677. OLE color: 6887677.

HSL color Cylindrical-coordinate representation of color #FD1869: hue angle of 338.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1869 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 24 105 -
CMYK 0 0.91 0.58 0.01
HSL 338.78º 0.98% 0.54% -
HSV(B) 338.78º 0.91% 0.99% -
XYZ 43.38 22.56 15.43 -
YUV 101.71 129.87 235.91 -
System Red Green Blue C M Y K H S L
Decimal 253 24 105 0 0.91 0.58 0.01 338.78 0.98 0.54
Hex FD 18 69 0 5B 3A 1 153 62 36
Octal 375 30 151 0 133 72 1 523 142 66
Binary 11111101 11000 1101001 0 1011011 111010 1 101010011 1100010 110110

Color Harmonies of #FD1869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1869

Black with #FD1869

Text Example


Text Example

White with #FD1869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1869; }

 p { color: rgb(253,24,105); }

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

background-color css

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

 a { background-color: rgb(253,24,105); }

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

border-color css

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

 span { border-color: rgb(253,24,105); }

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