Html Css Color HEX #F21D67 Ruby

📋 copy color: '#F21D67'

red 242 ◦ green 29 ◦ blue 103

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

Shades of Ruby #F21D67

Tints of Ruby #F21D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.54%

R = 64.71%
G = 7.75%
B = 27.54%

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

#F21D67 (or 0xF21D67) is known color: Ruby. HEX triplet: F2, 1D and 67. RGB value is (242,29,103). Sum of RGB (Red+Green+Blue) = 242+29+103=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D67 is #0DE298. Grayscale: #656565. Windows color (decimal): -909977 or 6757874. OLE color: 6757874.

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

Color convert

RGB 242 29 103 -
CMYK 0 0.88 0.57 0.05
HSL 339.15º 0.89% 0.53% -
HSV(B) 339.15º 0.88% 0.95% -
XYZ 39.51 20.74 14.75 -
YUV 101.12 129.07 228.48 -
System Red Green Blue C M Y K H S L
Decimal 242 29 103 0 0.88 0.57 0.05 339.15 0.89 0.53
Hex F2 1D 67 0 58 39 5 153 59 35
Octal 362 35 147 0 130 71 5 523 131 65
Binary 11110010 11101 1100111 0 1011000 111001 101 101010011 1011001 110101

Color Harmonies of #F21D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D67

Black with #F21D67

Text Example


Text Example

White with #F21D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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