Html Css Color HEX #F21674 Ruby

📋 copy color: '#F21674'

red 242 ◦ green 22 ◦ blue 116

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

Shades of Ruby #F21674

Tints of Ruby #F21674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

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

R = 63.68%
G = 5.79%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F21674 (or 0xF21674) is known color: Ruby. HEX triplet: F2, 16 and 74. RGB value is (242,22,116). Sum of RGB (Red+Green+Blue) = 242+22+116=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F21674 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21674 is #0DE98B. Grayscale: #626262. Windows color (decimal): -911756 or 7608050. OLE color: 7608050.

HSL color Cylindrical-coordinate representation of color #F21674: hue angle of 334.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21674 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 22 116 -
CMYK 0 0.91 0.52 0.05
HSL 334.36º 0.89% 0.52% -
HSV(B) 334.36º 0.91% 0.95% -
XYZ 40.06 20.71 18.41 -
YUV 98.5 137.89 230.36 -
System Red Green Blue C M Y K H S L
Decimal 242 22 116 0 0.91 0.52 0.05 334.36 0.89 0.52
Hex F2 16 74 0 5B 34 5 14E 59 34
Octal 362 26 164 0 133 64 5 516 131 64
Binary 11110010 10110 1110100 0 1011011 110100 101 101001110 1011001 110100

Color Harmonies of #F21674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21674

Black with #F21674

Text Example


Text Example

White with #F21674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21674; }

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

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

background-color css

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

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

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

border-color css

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

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

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