Html Css Color HEX #F21F6F Ruby

📋 copy color: '#F21F6F'

red 242 ◦ green 31 ◦ blue 111

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

Shades of Ruby #F21F6F

Tints of Ruby #F21F6F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 63.02%
G = 8.07%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F21F6F (or 0xF21F6F) is known color: Ruby. HEX triplet: F2, 1F and 6F. RGB value is (242,31,111). Sum of RGB (Red+Green+Blue) = 242+31+111=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F6F is #0DE090. Grayscale: #676767. Windows color (decimal): -909457 or 7282674. OLE color: 7282674.

HSL color Cylindrical-coordinate representation of color #F21F6F: hue angle of 337.25º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F6F is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 31 111 -
CMYK 0 0.87 0.54 0.05
HSL 337.25º 0.89% 0.54% -
HSV(B) 337.25º 0.87% 0.95% -
XYZ 39.98 21 16.99 -
YUV 103.21 132.4 227 -
System Red Green Blue C M Y K H S L
Decimal 242 31 111 0 0.87 0.54 0.05 337.25 0.89 0.54
Hex F2 1F 6F 0 57 36 5 151 59 36
Octal 362 37 157 0 127 66 5 521 131 66
Binary 11110010 11111 1101111 0 1010111 110110 101 101010001 1011001 110110

Color Harmonies of #F21F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F6F

Black with #F21F6F

Text Example


Text Example

White with #F21F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F6F; }

 p { color: rgb(242,31,111); }

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

background-color css

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

 a { background-color: rgb(242,31,111); }

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

border-color css

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

 span { border-color: rgb(242,31,111); }

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