Html Css Color HEX #F106CF Hot Magenta

📋 copy color: '#F106CF'

red 241 ◦ green 6 ◦ blue 207

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

Shades of Hot Magenta #F106CF

Tints of Hot Magenta #F106CF

RGB

 RED value IS 241 (94.53% from 255) = 53.08%

 GREEN value IS 6 (2.73% from 255) = 1.32%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 53.08%
G = 1.32%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F106CF (or 0xF106CF) is known color: Hot Magenta. HEX triplet: F1, 06 and CF. RGB value is (241,6,207). Sum of RGB (Red+Green+Blue) = 241+6+207=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F106CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F106CF is #0EF930. Grayscale: #626262. Windows color (decimal): -981297 or 13567729. OLE color: 13567729.

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

Color convert

RGB 241 6 207 -
CMYK 0 0.98 0.14 0.05
HSL 308.68º 0.95% 0.48% -
HSV(B) 308.68º 0.98% 0.95% -
XYZ 47.6 23.34 61.03 -
YUV 99.18 188.86 229.16 -
System Red Green Blue C M Y K H S L
Decimal 241 6 207 0 0.98 0.14 0.05 308.68 0.95 0.48
Hex F1 6 CF 0 62 E 5 135 5F 30
Octal 361 6 317 0 142 16 5 465 137 60
Binary 11110001 110 11001111 0 1100010 1110 101 100110101 1011111 110000

Color Harmonies of #F106CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F106CF

Black with #F106CF

Text Example


Text Example

White with #F106CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F106CF; }

 p { color: rgb(241,6,207); }

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

background-color css

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

 a { background-color: rgb(241,6,207); }

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

border-color css

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

 span { border-color: rgb(241,6,207); }

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