Html Css Color HEX #F21564 Ruby

📋 copy color: '#F21564'

red 242 ◦ green 21 ◦ blue 100

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

Shades of Ruby #F21564

Tints of Ruby #F21564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

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

R = 66.67%
G = 5.79%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F21564 (or 0xF21564) is known color: Ruby. HEX triplet: F2, 15 and 64. RGB value is (242,21,100). Sum of RGB (Red+Green+Blue) = 242+21+100=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F21564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21564 is #0DEA9B. Grayscale: #5F5F5F. Windows color (decimal): -912028 or 6559218. OLE color: 6559218.

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

Color convert

RGB 242 21 100 -
CMYK 0 0.91 0.59 0.05
HSL 338.55º 0.89% 0.52% -
HSV(B) 338.55º 0.91% 0.95% -
XYZ 39.19 20.33 13.92 -
YUV 96.09 130.22 232.08 -
System Red Green Blue C M Y K H S L
Decimal 242 21 100 0 0.91 0.59 0.05 338.55 0.89 0.52
Hex F2 15 64 0 5B 3B 5 153 59 34
Octal 362 25 144 0 133 73 5 523 131 64
Binary 11110010 10101 1100100 0 1011011 111011 101 101010011 1011001 110100

Color Harmonies of #F21564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21564

Black with #F21564

Text Example


Text Example

White with #F21564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21564; }

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

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

background-color css

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

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

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

border-color css

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

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

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