Html Css Color HEX #F073FA Fuchsia Pink

📋 copy color: '#F073FA'

red 240 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #F073FA

Tints of Fuchsia Pink #F073FA

RGB

 RED value IS 240 (94.14% from 255) = 39.67%

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

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

R = 39.67%
G = 19.01%
B = 41.32%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F073FA (or 0xF073FA) is known color: Fuchsia Pink. HEX triplet: F0, 73 and FA. RGB value is (240,115,250). Sum of RGB (Red+Green+Blue) = 240+115+250=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 115 (45.31% from 255 or 19.01% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #F073FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073FA is #0F8C05. Grayscale: #A7A7A7. Windows color (decimal): -1018886 or 16413680. OLE color: 16413680.

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

Color convert

RGB 240 115 250 -
CMYK 0.04 0.54 0 0.02
HSL 295.56º 0.93% 0.72% -
HSV(B) 295.56º 0.54% 0.98% -
XYZ 59.32 37.69 94.59 -
YUV 167.77 174.41 179.52 -
System Red Green Blue C M Y K H S L
Decimal 240 115 250 0.04 0.54 0 0.02 295.56 0.93 0.72
Hex F0 73 FA 4 36 0 2 128 5D 48
Octal 360 163 372 4 66 0 2 450 135 110
Binary 11110000 1110011 11111010 100 110110 0 10 100101000 1011101 1001000

Color Harmonies of #F073FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073FA

Black with #F073FA

Text Example


Text Example

White with #F073FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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