Html Css Color HEX #F21766 Ruby

📋 copy color: '#F21766'

red 242 ◦ green 23 ◦ blue 102

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

Shades of Ruby #F21766

Tints of Ruby #F21766

RGB

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

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

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

R = 65.94%
G = 6.27%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F21766 (or 0xF21766) is known color: Ruby. HEX triplet: F2, 17 and 66. RGB value is (242,23,102). Sum of RGB (Red+Green+Blue) = 242+23+102=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F21766 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21766 is #0DE899. Grayscale: #616161. Windows color (decimal): -911514 or 6690802. OLE color: 6690802.

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

Color convert

RGB 242 23 102 -
CMYK 0 0.90 0.58 0.05
HSL 338.36º 0.89% 0.52% -
HSV(B) 338.36º 0.9% 0.95% -
XYZ 39.32 20.45 14.44 -
YUV 97.49 130.55 231.08 -
System Red Green Blue C M Y K H S L
Decimal 242 23 102 0 0.90 0.58 0.05 338.36 0.89 0.52
Hex F2 17 66 0 5A 3A 5 152 59 34
Octal 362 27 146 0 132 72 5 522 131 64
Binary 11110010 10111 1100110 0 1011010 111010 101 101010010 1011001 110100

Color Harmonies of #F21766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21766

Black with #F21766

Text Example


Text Example

White with #F21766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21766; }

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

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

background-color css

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

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

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

border-color css

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

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

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