Html Css Color HEX #F21C6F Ruby

📋 copy color: '#F21C6F'

red 242 ◦ green 28 ◦ blue 111

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

Shades of Ruby #F21C6F

Tints of Ruby #F21C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.35%

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

R = 63.52%
G = 7.35%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F21C6F (or 0xF21C6F) is known color: Ruby. HEX triplet: F2, 1C and 6F. RGB value is (242,28,111). Sum of RGB (Red+Green+Blue) = 242+28+111=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C6F is #0DE390. Grayscale: #656565. Windows color (decimal): -910225 or 7281906. OLE color: 7281906.

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

Color convert

RGB 242 28 111 -
CMYK 0 0.88 0.54 0.05
HSL 336.73º 0.89% 0.53% -
HSV(B) 336.73º 0.88% 0.95% -
XYZ 39.9 20.86 16.96 -
YUV 101.45 133.4 228.25 -
System Red Green Blue C M Y K H S L
Decimal 242 28 111 0 0.88 0.54 0.05 336.73 0.89 0.53
Hex F2 1C 6F 0 58 36 5 151 59 35
Octal 362 34 157 0 130 66 5 521 131 65
Binary 11110010 11100 1101111 0 1011000 110110 101 101010001 1011001 110101

Color Harmonies of #F21C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C6F

Black with #F21C6F

Text Example


Text Example

White with #F21C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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