Html Css Color HEX #F21870 Ruby

📋 copy color: '#F21870'

red 242 ◦ green 24 ◦ blue 112

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

Shades of Ruby #F21870

Tints of Ruby #F21870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 64.02%
G = 6.35%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F21870 (or 0xF21870) is known color: Ruby. HEX triplet: F2, 18 and 70. RGB value is (242,24,112). Sum of RGB (Red+Green+Blue) = 242+24+112=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F21870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21870 is #0DE78F. Grayscale: #636363. Windows color (decimal): -911248 or 7346418. OLE color: 7346418.

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

Color convert

RGB 242 24 112 -
CMYK 0 0.90 0.54 0.05
HSL 335.78º 0.89% 0.52% -
HSV(B) 335.78º 0.9% 0.95% -
XYZ 39.87 20.7 17.22 -
YUV 99.21 135.22 229.84 -
System Red Green Blue C M Y K H S L
Decimal 242 24 112 0 0.90 0.54 0.05 335.78 0.89 0.52
Hex F2 18 70 0 5A 36 5 150 59 34
Octal 362 30 160 0 132 66 5 520 131 64
Binary 11110010 11000 1110000 0 1011010 110110 101 101010000 1011001 110100

Color Harmonies of #F21870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21870

Black with #F21870

Text Example


Text Example

White with #F21870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21870; }

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

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

background-color css

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

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

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

border-color css

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

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

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