Html Css Color HEX #F873F0 Fuchsia Pink

📋 copy color: '#F873F0'

red 248 ◦ green 115 ◦ blue 240

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

Shades of Fuchsia Pink #F873F0

Tints of Fuchsia Pink #F873F0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.07%

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

R = 41.13%
G = 19.07%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F873F0 (or 0xF873F0) is known color: Fuchsia Pink. HEX triplet: F8, 73 and F0. RGB value is (248,115,240). Sum of RGB (Red+Green+Blue) = 248+115+240=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F873F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F873F0 is #078C0F. Grayscale: #A8A8A8. Windows color (decimal): -494608 or 15758328. OLE color: 15758328.

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

Color convert

RGB 248 115 240 -
CMYK 0 0.54 0.03 0.03
HSL 303.61º 0.9% 0.71% -
HSV(B) 303.61º 0.54% 0.97% -
XYZ 60.57 38.51 86.68 -
YUV 169.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 248 115 240 0 0.54 0.03 0.03 303.61 0.9 0.71
Hex F8 73 F0 0 36 3 3 130 5A 47
Octal 370 163 360 0 66 3 3 460 132 107
Binary 11111000 1110011 11110000 0 110110 11 11 100110000 1011010 1000111

Color Harmonies of #F873F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F873F0

Black with #F873F0

Text Example


Text Example

White with #F873F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F873F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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