Html Css Color HEX #F4206A Ruby

📋 copy color: '#F4206A'

red 244 ◦ green 32 ◦ blue 106

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

Shades of Ruby #F4206A

Tints of Ruby #F4206A

RGB

 RED value IS 244 (95.7% from 255) = 63.87%

 GREEN value IS 32 (12.89% from 255) = 8.38%

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 63.87%
G = 8.38%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4206A (or 0xF4206A) is known color: Ruby. HEX triplet: F4, 20 and 6A. RGB value is (244,32,106). Sum of RGB (Red+Green+Blue) = 244+32+106=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F4206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4206A is #0BDF95. Grayscale: #676767. Windows color (decimal): -778134 or 6955252. OLE color: 6955252.

HSL color Cylindrical-coordinate representation of color #F4206A: hue angle of 339.06º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4206A is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 32 106 -
CMYK 0 0.87 0.57 0.04
HSL 339.06º 0.91% 0.54% -
HSV(B) 339.06º 0.87% 0.96% -
XYZ 40.43 21.31 15.62 -
YUV 103.82 129.24 227.98 -
System Red Green Blue C M Y K H S L
Decimal 244 32 106 0 0.87 0.57 0.04 339.06 0.91 0.54
Hex F4 20 6A 0 57 39 4 153 5B 36
Octal 364 40 152 0 127 71 4 523 133 66
Binary 11110100 100000 1101010 0 1010111 111001 100 101010011 1011011 110110

Color Harmonies of #F4206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4206A

Black with #F4206A

Text Example


Text Example

White with #F4206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4206A; }

 p { color: rgb(244,32,106); }

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

background-color css

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

 a { background-color: rgb(244,32,106); }

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

border-color css

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

 span { border-color: rgb(244,32,106); }

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