Html Css Color HEX #F807F7 Magenta

📋 copy color: '#F807F7'

red 248 ◦ green 7 ◦ blue 247

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

Shades of Magenta #F807F7

Tints of Magenta #F807F7

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.39%

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 49.4%
G = 1.39%
B = 49.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F807F7 (or 0xF807F7) is known color: Magenta. HEX triplet: F8, 07 and F7. RGB value is (248,7,247). Sum of RGB (Red+Green+Blue) = 248+7+247=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 7 (3.12% from 255 or 1.39% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F807F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807F7 is #07F808. Grayscale: #696969. Windows color (decimal): -522249 or 16189432. OLE color: 16189432.

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

Color convert

RGB 248 7 247 -
CMYK 0 0.97 0.00 0.03
HSL 300.25º 0.95% 0.5% -
HSV(B) 300.25º 0.97% 0.97% -
XYZ 55.58 26.82 90.24 -
YUV 106.42 207.34 228.99 -
System Red Green Blue C M Y K H S L
Decimal 248 7 247 0 0.97 0.00 0.03 300.25 0.95 0.5
Hex F8 7 F7 0 61 0 3 12C 5F 32
Octal 370 7 367 0 141 0 3 454 137 62
Binary 11111000 111 11110111 0 1100001 0 11 100101100 1011111 110010

Color Harmonies of #F807F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807F7

Black with #F807F7

Text Example


Text Example

White with #F807F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807F7; }

 p { color: rgb(248,7,247); }

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

background-color css

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

 a { background-color: rgb(248,7,247); }

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

border-color css

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

 span { border-color: rgb(248,7,247); }

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