Html Css Color HEX #F21468 Ruby

📋 copy color: '#F21468'

red 242 ◦ green 20 ◦ blue 104

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

Shades of Ruby #F21468

Tints of Ruby #F21468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 66.12%
G = 5.46%
B = 28.42%

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

#F21468 (or 0xF21468) is known color: Ruby. HEX triplet: F2, 14 and 68. RGB value is (242,20,104). Sum of RGB (Red+Green+Blue) = 242+20+104=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F21468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21468 is #0DEB97. Grayscale: #5F5F5F. Windows color (decimal): -912280 or 6821106. OLE color: 6821106.

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

Color convert

RGB 242 20 104 -
CMYK 0 0.92 0.57 0.05
HSL 337.3º 0.9% 0.51% -
HSV(B) 337.3º 0.92% 0.95% -
XYZ 39.37 20.38 14.96 -
YUV 95.95 132.55 232.17 -
System Red Green Blue C M Y K H S L
Decimal 242 20 104 0 0.92 0.57 0.05 337.3 0.9 0.51
Hex F2 14 68 0 5C 39 5 151 5A 33
Octal 362 24 150 0 134 71 5 521 132 63
Binary 11110010 10100 1101000 0 1011100 111001 101 101010001 1011010 110011

Color Harmonies of #F21468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21468

Black with #F21468

Text Example


Text Example

White with #F21468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21468; }

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

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

background-color css

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

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

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

border-color css

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

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

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