Html Css Color HEX #F21669 Ruby

📋 copy color: '#F21669'

red 242 ◦ green 22 ◦ blue 105

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

Shades of Ruby #F21669

Tints of Ruby #F21669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.96%

 BLUE value IS 105 (41.41% from 255) = 28.46%

R = 65.58%
G = 5.96%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F21669 (or 0xF21669) is known color: Ruby. HEX triplet: F2, 16 and 69. RGB value is (242,22,105). Sum of RGB (Red+Green+Blue) = 242+22+105=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F21669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21669 is #0DE996. Grayscale: #616161. Windows color (decimal): -911767 or 6887154. OLE color: 6887154.

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

Color convert

RGB 242 22 105 -
CMYK 0 0.91 0.57 0.05
HSL 337.36º 0.89% 0.52% -
HSV(B) 337.36º 0.91% 0.95% -
XYZ 39.45 20.47 15.24 -
YUV 97.24 132.39 231.25 -
System Red Green Blue C M Y K H S L
Decimal 242 22 105 0 0.91 0.57 0.05 337.36 0.89 0.52
Hex F2 16 69 0 5B 39 5 151 59 34
Octal 362 26 151 0 133 71 5 521 131 64
Binary 11110010 10110 1101001 0 1011011 111001 101 101010001 1011001 110100

Color Harmonies of #F21669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21669

Black with #F21669

Text Example


Text Example

White with #F21669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21669; }

 p { color: rgb(242,22,105); }

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

background-color css

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

 a { background-color: rgb(242,22,105); }

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

border-color css

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

 span { border-color: rgb(242,22,105); }

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