Html Css Color HEX #F22064 Ruby

📋 copy color: '#F22064'

red 242 ◦ green 32 ◦ blue 100

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

Shades of Ruby #F22064

Tints of Ruby #F22064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.74%

R = 64.71%
G = 8.56%
B = 26.74%

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

#F22064 (or 0xF22064) is known color: Ruby. HEX triplet: F2, 20 and 64. RGB value is (242,32,100). Sum of RGB (Red+Green+Blue) = 242+32+100=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F22064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22064 is #0DDF9B. Grayscale: #666666. Windows color (decimal): -909212 or 6562034. OLE color: 6562034.

HSL color Cylindrical-coordinate representation of color #F22064: hue angle of 340.57º 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 #F22064 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 32 100 -
CMYK 0 0.87 0.59 0.05
HSL 340.57º 0.89% 0.54% -
HSV(B) 340.57º 0.87% 0.95% -
XYZ 39.43 20.83 14 -
YUV 102.54 126.57 227.47 -
System Red Green Blue C M Y K H S L
Decimal 242 32 100 0 0.87 0.59 0.05 340.57 0.89 0.54
Hex F2 20 64 0 57 3B 5 155 59 36
Octal 362 40 144 0 127 73 5 525 131 66
Binary 11110010 100000 1100100 0 1010111 111011 101 101010101 1011001 110110

Color Harmonies of #F22064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22064

Black with #F22064

Text Example


Text Example

White with #F22064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22064; }

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

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

background-color css

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

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

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

border-color css

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

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

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