Html Css Color HEX #F873F2 Fuchsia Pink

📋 copy color: '#F873F2'

red 248 ◦ green 115 ◦ blue 242

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

Shades of Fuchsia Pink #F873F2

Tints of Fuchsia Pink #F873F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40%

R = 40.99%
G = 19.01%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F873F2 (or 0xF873F2) is known color: Fuchsia Pink. HEX triplet: F8, 73 and F2. RGB value is (248,115,242). Sum of RGB (Red+Green+Blue) = 248+115+242=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 115 (45.31% from 255 or 19.01% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F873F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F873F2 is #078C0D. Grayscale: #A8A8A8. Windows color (decimal): -494606 or 15889400. OLE color: 15889400.

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

Color convert

RGB 248 115 242 -
CMYK 0 0.54 0.02 0.03
HSL 302.71º 0.9% 0.71% -
HSV(B) 302.71º 0.54% 0.97% -
XYZ 60.87 38.63 88.25 -
YUV 169.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 248 115 242 0 0.54 0.02 0.03 302.71 0.9 0.71
Hex F8 73 F2 0 36 2 3 12F 5A 47
Octal 370 163 362 0 66 2 3 457 132 107
Binary 11111000 1110011 11110010 0 110110 10 11 100101111 1011010 1000111

Color Harmonies of #F873F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F873F2

Black with #F873F2

Text Example


Text Example

White with #F873F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F873F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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