Html Css Color HEX #F10CFB Magenta

📋 copy color: '#F10CFB'

red 241 ◦ green 12 ◦ blue 251

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

Shades of Magenta #F10CFB

Tints of Magenta #F10CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.38%

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 47.82%
G = 2.38%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F10CFB (or 0xF10CFB) is known color: Magenta. HEX triplet: F1, 0C and FB. RGB value is (241,12,251). Sum of RGB (Red+Green+Blue) = 241+12+251=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 12 (5.08% from 255 or 2.38% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #F10CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10CFB is #0EF304. Grayscale: #6A6A6A. Windows color (decimal): -979717 or 16452849. OLE color: 16452849.

HSL color Cylindrical-coordinate representation of color #F10CFB: hue angle of 297.49º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CFB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 12 251 -
CMYK 0.04 0.95 0 0.02
HSL 297.49º 0.97% 0.52% -
HSV(B) 297.49º 0.95% 0.98% -
XYZ 53.82 25.93 93.43 -
YUV 107.72 208.87 223.07 -
System Red Green Blue C M Y K H S L
Decimal 241 12 251 0.04 0.95 0 0.02 297.49 0.97 0.52
Hex F1 C FB 4 5F 0 2 129 61 34
Octal 361 14 373 4 137 0 2 451 141 64
Binary 11110001 1100 11111011 100 1011111 0 10 100101001 1100001 110100

Color Harmonies of #F10CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10CFB

Black with #F10CFB

Text Example


Text Example

White with #F10CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10CFB; }

 p { color: rgb(241,12,251); }

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

background-color css

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

 a { background-color: rgb(241,12,251); }

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

border-color css

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

 span { border-color: rgb(241,12,251); }

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