Html Css Color HEX #FA23F0 Magenta

📋 copy color: '#FA23F0'

red 250 ◦ green 35 ◦ blue 240

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

Shades of Magenta #FA23F0

Tints of Magenta #FA23F0

RGB

 RED value IS 250 (98.05% from 255) = 47.62%

 GREEN value IS 35 (14.06% from 255) = 6.67%

 BLUE value IS 240 (94.14% from 255) = 45.71%

R = 47.62%
G = 6.67%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA23F0 (or 0xFA23F0) is known color: Magenta. HEX triplet: FA, 23 and F0. RGB value is (250,35,240). Sum of RGB (Red+Green+Blue) = 250+35+240=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 35 (14.06% from 255 or 6.67% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA23F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA23F0 is #05DC0F. Grayscale: #7A7A7A. Windows color (decimal): -384016 or 15737850. OLE color: 15737850.

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

Color convert

RGB 250 35 240 -
CMYK 0 0.86 0.04 0.02
HSL 302.79º 0.96% 0.56% -
HSV(B) 302.79º 0.86% 0.98% -
XYZ 55.75 27.82 84.87 -
YUV 122.66 194.23 218.83 -
System Red Green Blue C M Y K H S L
Decimal 250 35 240 0 0.86 0.04 0.02 302.79 0.96 0.56
Hex FA 23 F0 0 56 4 2 12F 60 38
Octal 372 43 360 0 126 4 2 457 140 70
Binary 11111010 100011 11110000 0 1010110 100 10 100101111 1100000 111000

Color Harmonies of #FA23F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA23F0

Black with #FA23F0

Text Example


Text Example

White with #FA23F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA23F0; }

 p { color: rgb(250,35,240); }

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

background-color css

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

 a { background-color: rgb(250,35,240); }

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

border-color css

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

 span { border-color: rgb(250,35,240); }

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