Html Css Color HEX #F230FF Magenta

📋 copy color: '#F230FF'

red 242 ◦ green 48 ◦ blue 255

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

Shades of Magenta #F230FF

Tints of Magenta #F230FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.81%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 44.4%
G = 8.81%
B = 46.79%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F230FF (or 0xF230FF) is known color: Magenta. HEX triplet: F2, 30 and FF. RGB value is (242,48,255). Sum of RGB (Red+Green+Blue) = 242+48+255=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 48 (19.14% from 255 or 8.81% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #F230FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F230FF is #0DCF00. Grayscale: #808080. Windows color (decimal): -904961 or 16724210. OLE color: 16724210.

HSL color Cylindrical-coordinate representation of color #F230FF: hue angle of 296.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F230FF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 48 255 -
CMYK 0.05 0.81 0 0
HSL 296.23º 1% 0.59% -
HSV(B) 296.23º 0.81% 1% -
XYZ 55.72 28.21 97.12 -
YUV 129.6 198.77 208.17 -
System Red Green Blue C M Y K H S L
Decimal 242 48 255 0.05 0.81 0 0 296.23 1 0.59
Hex F2 30 FF 5 51 0 0 128 64 3B
Octal 362 60 377 5 121 0 0 450 144 73
Binary 11110010 110000 11111111 101 1010001 0 0 100101000 1100100 111011

Color Harmonies of #F230FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F230FF

Black with #F230FF

Text Example


Text Example

White with #F230FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F230FF; }

 p { color: rgb(242,48,255); }

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

background-color css

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

 a { background-color: rgb(242,48,255); }

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

border-color css

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

 span { border-color: rgb(242,48,255); }

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