Html Css Color HEX #F21566 Ruby

📋 copy color: '#F21566'

red 242 ◦ green 21 ◦ blue 102

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

Shades of Ruby #F21566

Tints of Ruby #F21566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 66.3%
G = 5.75%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F21566 (or 0xF21566) is known color: Ruby. HEX triplet: F2, 15 and 66. RGB value is (242,21,102). Sum of RGB (Red+Green+Blue) = 242+21+102=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F21566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21566 is #0DEA99. Grayscale: #606060. Windows color (decimal): -912026 or 6690290. OLE color: 6690290.

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

Color convert

RGB 242 21 102 -
CMYK 0 0.91 0.58 0.05
HSL 338.01º 0.89% 0.52% -
HSV(B) 338.01º 0.91% 0.95% -
XYZ 39.28 20.37 14.43 -
YUV 96.31 131.22 231.91 -
System Red Green Blue C M Y K H S L
Decimal 242 21 102 0 0.91 0.58 0.05 338.01 0.89 0.52
Hex F2 15 66 0 5B 3A 5 152 59 34
Octal 362 25 146 0 133 72 5 522 131 64
Binary 11110010 10101 1100110 0 1011011 111010 101 101010010 1011001 110100

Color Harmonies of #F21566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21566

Black with #F21566

Text Example


Text Example

White with #F21566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21566; }

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

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

background-color css

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

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

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

border-color css

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

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

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