Html Css Color HEX #F21E68 Ruby

📋 copy color: '#F21E68'

red 242 ◦ green 30 ◦ blue 104

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

Shades of Ruby #F21E68

Tints of Ruby #F21E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 64.36%
G = 7.98%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F21E68 (or 0xF21E68) is known color: Ruby. HEX triplet: F2, 1E and 68. RGB value is (242,30,104). Sum of RGB (Red+Green+Blue) = 242+30+104=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E68 is #0DE197. Grayscale: #656565. Windows color (decimal): -909720 or 6823666. OLE color: 6823666.

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

Color convert

RGB 242 30 104 -
CMYK 0 0.88 0.57 0.05
HSL 339.06º 0.89% 0.53% -
HSV(B) 339.06º 0.88% 0.95% -
XYZ 39.58 20.81 15.03 -
YUV 101.82 129.24 227.98 -
System Red Green Blue C M Y K H S L
Decimal 242 30 104 0 0.88 0.57 0.05 339.06 0.89 0.53
Hex F2 1E 68 0 58 39 5 153 59 35
Octal 362 36 150 0 130 71 5 523 131 65
Binary 11110010 11110 1101000 0 1011000 111001 101 101010011 1011001 110101

Color Harmonies of #F21E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E68

Black with #F21E68

Text Example


Text Example

White with #F21E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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