Html Css Color HEX #F927FA Magenta

📋 copy color: '#F927FA'

red 249 ◦ green 39 ◦ blue 250

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

Shades of Magenta #F927FA

Tints of Magenta #F927FA

RGB

 RED value IS 249 (97.66% from 255) = 46.28%

 GREEN value IS 39 (15.63% from 255) = 7.25%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 46.28%
G = 7.25%
B = 46.47%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F927FA (or 0xF927FA) is known color: Magenta. HEX triplet: F9, 27 and FA. RGB value is (249,39,250). Sum of RGB (Red+Green+Blue) = 249+39+250=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 39 (15.62% from 255 or 7.25% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #F927FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F927FA is #06D805. Grayscale: #7D7D7D. Windows color (decimal): -448518 or 16394233. OLE color: 16394233.

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

Color convert

RGB 249 39 250 -
CMYK 0.00 0.84 0 0.02
HSL 299.72º 0.95% 0.57% -
HSV(B) 299.72º 0.84% 0.98% -
XYZ 57.05 28.49 92.94 -
YUV 125.84 198.07 215.84 -
System Red Green Blue C M Y K H S L
Decimal 249 39 250 0.00 0.84 0 0.02 299.72 0.95 0.57
Hex F9 27 FA 0 54 0 2 12C 5F 39
Octal 371 47 372 0 124 0 2 454 137 71
Binary 11111001 100111 11111010 0 1010100 0 10 100101100 1011111 111001

Color Harmonies of #F927FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F927FA

Black with #F927FA

Text Example


Text Example

White with #F927FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F927FA; }

 p { color: rgb(249,39,250); }

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

background-color css

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

 a { background-color: rgb(249,39,250); }

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

border-color css

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

 span { border-color: rgb(249,39,250); }

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