Html Css Color HEX #F427FB Magenta

📋 copy color: '#F427FB'

red 244 ◦ green 39 ◦ blue 251

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

Shades of Magenta #F427FB

Tints of Magenta #F427FB

RGB

 RED value IS 244 (95.7% from 255) = 45.69%

 GREEN value IS 39 (15.63% from 255) = 7.3%

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

R = 45.69%
G = 7.3%
B = 47%

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

#F427FB (or 0xF427FB) is known color: Magenta. HEX triplet: F4, 27 and FB. RGB value is (244,39,251). Sum of RGB (Red+Green+Blue) = 244+39+251=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 39 (15.62% from 255 or 7.30% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #F427FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F427FB is #0BD804. Grayscale: #7B7B7B. Windows color (decimal): -776197 or 16459764. OLE color: 16459764.

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

Color convert

RGB 244 39 251 -
CMYK 0.03 0.84 0 0.02
HSL 298.02º 0.96% 0.57% -
HSV(B) 298.02º 0.84% 0.98% -
XYZ 55.45 27.65 93.68 -
YUV 124.46 199.42 213.26 -
System Red Green Blue C M Y K H S L
Decimal 244 39 251 0.03 0.84 0 0.02 298.02 0.96 0.57
Hex F4 27 FB 3 54 0 2 12A 60 39
Octal 364 47 373 3 124 0 2 452 140 71
Binary 11110100 100111 11111011 11 1010100 0 10 100101010 1100000 111001

Color Harmonies of #F427FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F427FB

Black with #F427FB

Text Example


Text Example

White with #F427FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F427FB; }

 p { color: rgb(244,39,251); }

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

background-color css

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

 a { background-color: rgb(244,39,251); }

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

border-color css

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

 span { border-color: rgb(244,39,251); }

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