Html Css Color HEX #F21469 Ruby

📋 copy color: '#F21469'

red 242 ◦ green 20 ◦ blue 105

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

Shades of Ruby #F21469

Tints of Ruby #F21469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

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

R = 65.94%
G = 5.45%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F21469 (or 0xF21469) is known color: Ruby. HEX triplet: F2, 14 and 69. RGB value is (242,20,105). Sum of RGB (Red+Green+Blue) = 242+20+105=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F21469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21469 is #0DEB96. Grayscale: #5F5F5F. Windows color (decimal): -912279 or 6886642. OLE color: 6886642.

HSL color Cylindrical-coordinate representation of color #F21469: hue angle of 337.03º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21469 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 20 105 -
CMYK 0 0.92 0.57 0.05
HSL 337.03º 0.9% 0.51% -
HSV(B) 337.03º 0.92% 0.95% -
XYZ 39.42 20.4 15.22 -
YUV 96.07 133.05 232.09 -
System Red Green Blue C M Y K H S L
Decimal 242 20 105 0 0.92 0.57 0.05 337.03 0.9 0.51
Hex F2 14 69 0 5C 39 5 151 5A 33
Octal 362 24 151 0 134 71 5 521 132 63
Binary 11110010 10100 1101001 0 1011100 111001 101 101010001 1011010 110011

Color Harmonies of #F21469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21469

Black with #F21469

Text Example


Text Example

White with #F21469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21469; }

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

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

background-color css

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

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

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

border-color css

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

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

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