Html Css Color HEX #F228FB Magenta

📋 copy color: '#F228FB'

red 242 ◦ green 40 ◦ blue 251

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

Shades of Magenta #F228FB

Tints of Magenta #F228FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 45.4%
G = 7.5%
B = 47.09%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F228FB (or 0xF228FB) is known color: Magenta. HEX triplet: F2, 28 and FB. RGB value is (242,40,251). Sum of RGB (Red+Green+Blue) = 242+40+251=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 40 (16.02% from 255 or 7.50% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #F228FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F228FB is #0DD704. Grayscale: #7B7B7B. Windows color (decimal): -907013 or 16460018. OLE color: 16460018.

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

Color convert

RGB 242 40 251 -
CMYK 0.04 0.84 0 0.02
HSL 297.44º 0.96% 0.57% -
HSV(B) 297.44º 0.84% 0.98% -
XYZ 54.79 27.36 93.66 -
YUV 124.45 199.42 211.84 -
System Red Green Blue C M Y K H S L
Decimal 242 40 251 0.04 0.84 0 0.02 297.44 0.96 0.57
Hex F2 28 FB 4 54 0 2 129 60 39
Octal 362 50 373 4 124 0 2 451 140 71
Binary 11110010 101000 11111011 100 1010100 0 10 100101001 1100000 111001

Color Harmonies of #F228FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F228FB

Black with #F228FB

Text Example


Text Example

White with #F228FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F228FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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