Html Css Color HEX #F21E74 Ruby

📋 copy color: '#F21E74'

red 242 ◦ green 30 ◦ blue 116

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

Shades of Ruby #F21E74

Tints of Ruby #F21E74

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.73%

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 62.37%
G = 7.73%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F21E74 (or 0xF21E74) is known color: Ruby. HEX triplet: F2, 1E and 74. RGB value is (242,30,116). Sum of RGB (Red+Green+Blue) = 242+30+116=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E74 is #0DE18B. Grayscale: #676767. Windows color (decimal): -909708 or 7610098. OLE color: 7610098.

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

Color convert

RGB 242 30 116 -
CMYK 0 0.88 0.52 0.05
HSL 335.66º 0.89% 0.53% -
HSV(B) 335.66º 0.88% 0.95% -
XYZ 40.23 21.07 18.47 -
YUV 103.19 135.24 227.01 -
System Red Green Blue C M Y K H S L
Decimal 242 30 116 0 0.88 0.52 0.05 335.66 0.89 0.53
Hex F2 1E 74 0 58 34 5 150 59 35
Octal 362 36 164 0 130 64 5 520 131 65
Binary 11110010 11110 1110100 0 1011000 110100 101 101010000 1011001 110101

Color Harmonies of #F21E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E74

Black with #F21E74

Text Example


Text Example

White with #F21E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E74; }

 p { color: rgb(242,30,116); }

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

background-color css

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

 a { background-color: rgb(242,30,116); }

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

border-color css

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

 span { border-color: rgb(242,30,116); }

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