Html Css Color HEX #F827F0 Magenta

📋 copy color: '#F827F0'

red 248 ◦ green 39 ◦ blue 240

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

Shades of Magenta #F827F0

Tints of Magenta #F827F0

RGB

 RED value IS 248 (97.27% from 255) = 47.06%

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

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 47.06%
G = 7.4%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F827F0 (or 0xF827F0) is known color: Magenta. HEX triplet: F8, 27 and F0. RGB value is (248,39,240). Sum of RGB (Red+Green+Blue) = 248+39+240=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 39 (15.62% from 255 or 7.40% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F827F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F827F0 is #07D80F. Grayscale: #7B7B7B. Windows color (decimal): -514064 or 15738872. OLE color: 15738872.

HSL color Cylindrical-coordinate representation of color #F827F0: hue angle of 302.3º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F827F0 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 39 240 -
CMYK 0 0.84 0.03 0.03
HSL 302.3º 0.94% 0.56% -
HSV(B) 302.3º 0.84% 0.97% -
XYZ 55.17 27.7 84.88 -
YUV 124.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 248 39 240 0 0.84 0.03 0.03 302.3 0.94 0.56
Hex F8 27 F0 0 54 3 3 12E 5E 38
Octal 370 47 360 0 124 3 3 456 136 70
Binary 11111000 100111 11110000 0 1010100 11 11 100101110 1011110 111000

Color Harmonies of #F827F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827F0

Black with #F827F0

Text Example


Text Example

White with #F827F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827F0; }

 p { color: rgb(248,39,240); }

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

background-color css

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

 a { background-color: rgb(248,39,240); }

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

border-color css

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

 span { border-color: rgb(248,39,240); }

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