Html Css Color HEX #F21463 Ruby

📋 copy color: '#F21463'

red 242 ◦ green 20 ◦ blue 99

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

Shades of Ruby #F21463

Tints of Ruby #F21463

RGB

 RED value IS 242 (94.92% from 255) = 67.04%

 GREEN value IS 20 (8.2% from 255) = 5.54%

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 67.04%
G = 5.54%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F21463 (or 0xF21463) is known color: Ruby. HEX triplet: F2, 14 and 63. RGB value is (242,20,99). Sum of RGB (Red+Green+Blue) = 242+20+99=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F21463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21463 is #0DEB9C. Grayscale: #5F5F5F. Windows color (decimal): -912285 or 6493426. OLE color: 6493426.

HSL color Cylindrical-coordinate representation of color #F21463: hue angle of 338.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21463 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 20 99 -
CMYK 0 0.92 0.59 0.05
HSL 338.65º 0.9% 0.51% -
HSV(B) 338.65º 0.92% 0.95% -
XYZ 39.12 20.28 13.66 -
YUV 95.38 130.05 232.58 -
System Red Green Blue C M Y K H S L
Decimal 242 20 99 0 0.92 0.59 0.05 338.65 0.9 0.51
Hex F2 14 63 0 5C 3B 5 153 5A 33
Octal 362 24 143 0 134 73 5 523 132 63
Binary 11110010 10100 1100011 0 1011100 111011 101 101010011 1011010 110011

Color Harmonies of #F21463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21463

Black with #F21463

Text Example


Text Example

White with #F21463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21463; }

 p { color: rgb(242,20,99); }

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

background-color css

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

 a { background-color: rgb(242,20,99); }

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

border-color css

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

 span { border-color: rgb(242,20,99); }

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