Html Css Color HEX #F214FB Magenta

📋 copy color: '#F214FB'

red 242 ◦ green 20 ◦ blue 251

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

Shades of Magenta #F214FB

Tints of Magenta #F214FB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.9%

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

R = 47.17%
G = 3.9%
B = 48.93%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F214FB (or 0xF214FB) is known color: Magenta. HEX triplet: F2, 14 and FB. RGB value is (242,20,251). Sum of RGB (Red+Green+Blue) = 242+20+251=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 20 (8.20% from 255 or 3.90% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #F214FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F214FB is #0DEB04. Grayscale: #707070. Windows color (decimal): -912133 or 16454898. OLE color: 16454898.

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

Color convert

RGB 242 20 251 -
CMYK 0.04 0.92 0 0.02
HSL 297.66º 0.97% 0.53% -
HSV(B) 297.66º 0.92% 0.98% -
XYZ 54.28 26.34 93.49 -
YUV 112.71 206.05 220.22 -
System Red Green Blue C M Y K H S L
Decimal 242 20 251 0.04 0.92 0 0.02 297.66 0.97 0.53
Hex F2 14 FB 4 5C 0 2 12A 61 35
Octal 362 24 373 4 134 0 2 452 141 65
Binary 11110010 10100 11111011 100 1011100 0 10 100101010 1100001 110101

Color Harmonies of #F214FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F214FB

Black with #F214FB

Text Example


Text Example

White with #F214FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F214FB; }

 p { color: rgb(242,20,251); }

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

background-color css

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

 a { background-color: rgb(242,20,251); }

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

border-color css

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

 span { border-color: rgb(242,20,251); }

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