Html Css Color HEX #F225FB Magenta

📋 copy color: '#F225FB'

red 242 ◦ green 37 ◦ blue 251

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

Shades of Magenta #F225FB

Tints of Magenta #F225FB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 6.98%

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

R = 45.66%
G = 6.98%
B = 47.36%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F225FB (or 0xF225FB) is known color: Magenta. HEX triplet: F2, 25 and FB. RGB value is (242,37,251). Sum of RGB (Red+Green+Blue) = 242+37+251=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 37 (14.84% from 255 or 6.98% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #F225FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F225FB is #0DDA04. Grayscale: #7A7A7A. Windows color (decimal): -907781 or 16459250. OLE color: 16459250.

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

Color convert

RGB 242 37 251 -
CMYK 0.04 0.85 0 0.02
HSL 297.48º 0.96% 0.56% -
HSV(B) 297.48º 0.85% 0.98% -
XYZ 54.69 27.17 93.63 -
YUV 122.69 200.42 213.1 -
System Red Green Blue C M Y K H S L
Decimal 242 37 251 0.04 0.85 0 0.02 297.48 0.96 0.56
Hex F2 25 FB 4 55 0 2 129 60 38
Octal 362 45 373 4 125 0 2 451 140 70
Binary 11110010 100101 11111011 100 1010101 0 10 100101001 1100000 111000

Color Harmonies of #F225FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225FB

Black with #F225FB

Text Example


Text Example

White with #F225FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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