Html Css Color HEX #F21367 Ruby

📋 copy color: '#F21367'

red 242 ◦ green 19 ◦ blue 103

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

Shades of Ruby #F21367

Tints of Ruby #F21367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.22%

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

R = 66.48%
G = 5.22%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F21367 (or 0xF21367) is known color: Ruby. HEX triplet: F2, 13 and 67. RGB value is (242,19,103). Sum of RGB (Red+Green+Blue) = 242+19+103=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F21367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21367 is #0DEC98. Grayscale: #5F5F5F. Windows color (decimal): -912537 or 6755314. OLE color: 6755314.

HSL color Cylindrical-coordinate representation of color #F21367: hue angle of 337.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21367 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 103 -
CMYK 0 0.92 0.57 0.05
HSL 337.4º 0.9% 0.51% -
HSV(B) 337.4º 0.92% 0.95% -
XYZ 39.3 20.32 14.68 -
YUV 95.25 132.38 232.67 -
System Red Green Blue C M Y K H S L
Decimal 242 19 103 0 0.92 0.57 0.05 337.4 0.9 0.51
Hex F2 13 67 0 5C 39 5 151 5A 33
Octal 362 23 147 0 134 71 5 521 132 63
Binary 11110010 10011 1100111 0 1011100 111001 101 101010001 1011010 110011

Color Harmonies of #F21367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21367

Black with #F21367

Text Example


Text Example

White with #F21367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21367; }

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

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

background-color css

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

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

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

border-color css

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

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

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