Html Css Color HEX #F373FA Fuchsia Pink

📋 copy color: '#F373FA'

red 243 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #F373FA

Tints of Fuchsia Pink #F373FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 39.97%
G = 18.91%
B = 41.12%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F373FA (or 0xF373FA) is known color: Fuchsia Pink. HEX triplet: F3, 73 and FA. RGB value is (243,115,250). Sum of RGB (Red+Green+Blue) = 243+115+250=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 115 (45.31% from 255 or 18.91% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #F373FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F373FA is #0C8C05. Grayscale: #A8A8A8. Windows color (decimal): -822278 or 16413683. OLE color: 16413683.

HSL color Cylindrical-coordinate representation of color #F373FA: hue angle of 296.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F373FA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 115 250 -
CMYK 0.03 0.54 0 0.02
HSL 296.89º 0.93% 0.72% -
HSV(B) 296.89º 0.54% 0.98% -
XYZ 60.35 38.22 94.64 -
YUV 168.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 243 115 250 0.03 0.54 0 0.02 296.89 0.93 0.72
Hex F3 73 FA 3 36 0 2 129 5D 48
Octal 363 163 372 3 66 0 2 451 135 110
Binary 11110011 1110011 11111010 11 110110 0 10 100101001 1011101 1001000

Color Harmonies of #F373FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F373FA

Black with #F373FA

Text Example


Text Example

White with #F373FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F373FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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