Html Css Color HEX #F21763 Ruby

📋 copy color: '#F21763'

red 242 ◦ green 23 ◦ blue 99

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

Shades of Ruby #F21763

Tints of Ruby #F21763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.32%

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

R = 66.48%
G = 6.32%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F21763 (or 0xF21763) is known color: Ruby. HEX triplet: F2, 17 and 63. RGB value is (242,23,99). Sum of RGB (Red+Green+Blue) = 242+23+99=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F21763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21763 is #0DE89C. Grayscale: #616161. Windows color (decimal): -911517 or 6494194. OLE color: 6494194.

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

Color convert

RGB 242 23 99 -
CMYK 0 0.90 0.59 0.05
HSL 339.18º 0.89% 0.52% -
HSV(B) 339.18º 0.9% 0.95% -
XYZ 39.18 20.39 13.68 -
YUV 97.15 129.05 231.32 -
System Red Green Blue C M Y K H S L
Decimal 242 23 99 0 0.90 0.59 0.05 339.18 0.89 0.52
Hex F2 17 63 0 5A 3B 5 153 59 34
Octal 362 27 143 0 132 73 5 523 131 64
Binary 11110010 10111 1100011 0 1011010 111011 101 101010011 1011001 110100

Color Harmonies of #F21763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21763

Black with #F21763

Text Example


Text Example

White with #F21763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21763; }

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

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

background-color css

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

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

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

border-color css

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

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

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