Html Css Color HEX #F21D5F Ruby

📋 copy color: '#F21D5F'

red 242 ◦ green 29 ◦ blue 95

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

Shades of Ruby #F21D5F

Tints of Ruby #F21D5F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 66.12%
G = 7.92%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F21D5F (or 0xF21D5F) is known color: Ruby. HEX triplet: F2, 1D and 5F. RGB value is (242,29,95). Sum of RGB (Red+Green+Blue) = 242+29+95=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D5F is #0DE2A0. Grayscale: #646464. Windows color (decimal): -909985 or 6233586. OLE color: 6233586.

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

Color convert

RGB 242 29 95 -
CMYK 0 0.88 0.61 0.05
HSL 341.41º 0.89% 0.53% -
HSV(B) 341.41º 0.88% 0.95% -
XYZ 39.12 20.58 12.74 -
YUV 100.21 125.07 229.13 -
System Red Green Blue C M Y K H S L
Decimal 242 29 95 0 0.88 0.61 0.05 341.41 0.89 0.53
Hex F2 1D 5F 0 58 3D 5 155 59 35
Octal 362 35 137 0 130 75 5 525 131 65
Binary 11110010 11101 1011111 0 1011000 111101 101 101010101 1011001 110101

Color Harmonies of #F21D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D5F

Black with #F21D5F

Text Example


Text Example

White with #F21D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D5F; }

 p { color: rgb(242,29,95); }

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

background-color css

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

 a { background-color: rgb(242,29,95); }

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

border-color css

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

 span { border-color: rgb(242,29,95); }

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