Html Css Color HEX #F21C5C Ruby

📋 copy color: '#F21C5C'

red 242 ◦ green 28 ◦ blue 92

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

Shades of Ruby #F21C5C

Tints of Ruby #F21C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 66.85%
G = 7.73%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F21C5C (or 0xF21C5C) is known color: Ruby. HEX triplet: F2, 1C and 5C. RGB value is (242,28,92). Sum of RGB (Red+Green+Blue) = 242+28+92=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C5C is #0DE3A3. Grayscale: #636363. Windows color (decimal): -910244 or 6036722. OLE color: 6036722.

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

Color convert

RGB 242 28 92 -
CMYK 0 0.88 0.62 0.05
HSL 342.06º 0.89% 0.53% -
HSV(B) 342.06º 0.88% 0.95% -
XYZ 38.96 20.48 12.02 -
YUV 99.28 123.9 229.8 -
System Red Green Blue C M Y K H S L
Decimal 242 28 92 0 0.88 0.62 0.05 342.06 0.89 0.53
Hex F2 1C 5C 0 58 3E 5 156 59 35
Octal 362 34 134 0 130 76 5 526 131 65
Binary 11110010 11100 1011100 0 1011000 111110 101 101010110 1011001 110101

Color Harmonies of #F21C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C5C

Black with #F21C5C

Text Example


Text Example

White with #F21C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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