Html Css Color HEX #F21868 Ruby

📋 copy color: '#F21868'

red 242 ◦ green 24 ◦ blue 104

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

Shades of Ruby #F21868

Tints of Ruby #F21868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

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

R = 65.41%
G = 6.49%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F21868 (or 0xF21868) is known color: Ruby. HEX triplet: F2, 18 and 68. RGB value is (242,24,104). Sum of RGB (Red+Green+Blue) = 242+24+104=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F21868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21868 is #0DE797. Grayscale: #626262. Windows color (decimal): -911256 or 6822130. OLE color: 6822130.

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

Color convert

RGB 242 24 104 -
CMYK 0 0.90 0.57 0.05
HSL 337.98º 0.89% 0.52% -
HSV(B) 337.98º 0.9% 0.95% -
XYZ 39.44 20.53 14.98 -
YUV 98.3 131.22 230.5 -
System Red Green Blue C M Y K H S L
Decimal 242 24 104 0 0.90 0.57 0.05 337.98 0.89 0.52
Hex F2 18 68 0 5A 39 5 152 59 34
Octal 362 30 150 0 132 71 5 522 131 64
Binary 11110010 11000 1101000 0 1011010 111001 101 101010010 1011001 110100

Color Harmonies of #F21868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21868

Black with #F21868

Text Example


Text Example

White with #F21868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21868; }

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

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

background-color css

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

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

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

border-color css

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

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

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