Html Css Color HEX #F228FA Magenta

📋 copy color: '#F228FA'

red 242 ◦ green 40 ◦ blue 250

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

Shades of Magenta #F228FA

Tints of Magenta #F228FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.52%

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

R = 45.49%
G = 7.52%
B = 46.99%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F228FA (or 0xF228FA) is known color: Magenta. HEX triplet: F2, 28 and FA. RGB value is (242,40,250). Sum of RGB (Red+Green+Blue) = 242+40+250=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 40 (16.02% from 255 or 7.52% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #F228FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F228FA is #0DD705. Grayscale: #7B7B7B. Windows color (decimal): -907014 or 16394482. OLE color: 16394482.

HSL color Cylindrical-coordinate representation of color #F228FA: hue angle of 297.71º 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 #F228FA is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 40 250 -
CMYK 0.03 0.84 0 0.02
HSL 297.71º 0.95% 0.57% -
HSV(B) 297.71º 0.84% 0.98% -
XYZ 54.63 27.3 92.83 -
YUV 124.34 198.92 211.92 -
System Red Green Blue C M Y K H S L
Decimal 242 40 250 0.03 0.84 0 0.02 297.71 0.95 0.57
Hex F2 28 FA 3 54 0 2 12A 5F 39
Octal 362 50 372 3 124 0 2 452 137 71
Binary 11110010 101000 11111010 11 1010100 0 10 100101010 1011111 111001

Color Harmonies of #F228FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F228FA

Black with #F228FA

Text Example


Text Example

White with #F228FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F228FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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