Html Css Color HEX #F22063 Ruby

📋 copy color: '#F22063'

red 242 ◦ green 32 ◦ blue 99

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

Shades of Ruby #F22063

Tints of Ruby #F22063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.58%

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

R = 64.88%
G = 8.58%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F22063 (or 0xF22063) is known color: Ruby. HEX triplet: F2, 20 and 63. RGB value is (242,32,99). Sum of RGB (Red+Green+Blue) = 242+32+99=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F22063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22063 is #0DDF9C. Grayscale: #666666. Windows color (decimal): -909213 or 6496498. OLE color: 6496498.

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

Color convert

RGB 242 32 99 -
CMYK 0 0.87 0.59 0.05
HSL 340.86º 0.89% 0.54% -
HSV(B) 340.86º 0.87% 0.95% -
XYZ 39.39 20.81 13.75 -
YUV 102.43 126.07 227.55 -
System Red Green Blue C M Y K H S L
Decimal 242 32 99 0 0.87 0.59 0.05 340.86 0.89 0.54
Hex F2 20 63 0 57 3B 5 155 59 36
Octal 362 40 143 0 127 73 5 525 131 66
Binary 11110010 100000 1100011 0 1010111 111011 101 101010101 1011001 110110

Color Harmonies of #F22063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22063

Black with #F22063

Text Example


Text Example

White with #F22063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22063; }

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

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

background-color css

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

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

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

border-color css

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

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

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