Html Css Color HEX #F373FE Fuchsia Pink

📋 copy color: '#F373FE'

red 243 ◦ green 115 ◦ blue 254

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

Shades of Fuchsia Pink #F373FE

Tints of Fuchsia Pink #F373FE

RGB

 RED value IS 243 (95.31% from 255) = 39.71%

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

 BLUE value IS 254 (99.61% from 255) = 41.5%

R = 39.71%
G = 18.79%
B = 41.5%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F373FE (or 0xF373FE) is known color: Fuchsia Pink. HEX triplet: F3, 73 and FE. RGB value is (243,115,254). Sum of RGB (Red+Green+Blue) = 243+115+254=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 115 (45.31% from 255 or 18.79% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #F373FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F373FE is #0C8C01. Grayscale: #A8A8A8. Windows color (decimal): -822274 or 16675827. OLE color: 16675827.

HSL color Cylindrical-coordinate representation of color #F373FE: hue angle of 295.25º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F373FE is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 115 254 -
CMYK 0.04 0.55 0 0.00
HSL 295.25º 0.99% 0.72% -
HSV(B) 295.25º 0.55% 1% -
XYZ 60.98 38.47 97.98 -
YUV 169.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 243 115 254 0.04 0.55 0 0.00 295.25 0.99 0.72
Hex F3 73 FE 4 37 0 0 127 63 48
Octal 363 163 376 4 67 0 0 447 143 110
Binary 11110011 1110011 11111110 100 110111 0 0 100100111 1100011 1001000

Color Harmonies of #F373FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F373FE

Black with #F373FE

Text Example


Text Example

White with #F373FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F373FE; }

 p { color: rgb(243,115,254); }

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

background-color css

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

 a { background-color: rgb(243,115,254); }

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

border-color css

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

 span { border-color: rgb(243,115,254); }

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