Html Css Color HEX #F231FA Magenta

📋 copy color: '#F231FA'

red 242 ◦ green 49 ◦ blue 250

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

Shades of Magenta #F231FA

Tints of Magenta #F231FA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.06%

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

R = 44.73%
G = 9.06%
B = 46.21%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F231FA (or 0xF231FA) is known color: Magenta. HEX triplet: F2, 31 and FA. RGB value is (242,49,250). Sum of RGB (Red+Green+Blue) = 242+49+250=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 49 (19.53% from 255 or 9.06% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #F231FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F231FA is #0DCE05. Grayscale: #818181. Windows color (decimal): -904710 or 16396786. OLE color: 16396786.

HSL color Cylindrical-coordinate representation of color #F231FA: hue angle of 297.61º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231FA is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 49 250 -
CMYK 0.03 0.80 0 0.02
HSL 297.61º 0.95% 0.59% -
HSV(B) 297.61º 0.8% 0.98% -
XYZ 54.97 27.98 92.95 -
YUV 129.62 195.94 208.16 -
System Red Green Blue C M Y K H S L
Decimal 242 49 250 0.03 0.80 0 0.02 297.61 0.95 0.59
Hex F2 31 FA 3 50 0 2 12A 5F 3B
Octal 362 61 372 3 120 0 2 452 137 73
Binary 11110010 110001 11111010 11 1010000 0 10 100101010 1011111 111011

Color Harmonies of #F231FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231FA

Black with #F231FA

Text Example


Text Example

White with #F231FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231FA; }

 p { color: rgb(242,49,250); }

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

background-color css

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

 a { background-color: rgb(242,49,250); }

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

border-color css

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

 span { border-color: rgb(242,49,250); }

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