Html Css Color HEX #F379FE Fuchsia Pink

📋 copy color: '#F379FE'

red 243 ◦ green 121 ◦ blue 254

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

Shades of Fuchsia Pink #F379FE

Tints of Fuchsia Pink #F379FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 19.58%

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

R = 39.32%
G = 19.58%
B = 41.1%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F379FE (or 0xF379FE) is known color: Fuchsia Pink. HEX triplet: F3, 79 and FE. RGB value is (243,121,254). Sum of RGB (Red+Green+Blue) = 243+121+254=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 121 (47.66% from 255 or 19.58% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #F379FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F379FE is #0C8601. Grayscale: #ACACAC. Windows color (decimal): -820738 or 16677363. OLE color: 16677363.

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

Color convert

RGB 243 121 254 -
CMYK 0.04 0.52 0 0.00
HSL 295.04º 0.99% 0.74% -
HSV(B) 295.04º 0.52% 1% -
XYZ 61.69 39.89 98.21 -
YUV 172.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 243 121 254 0.04 0.52 0 0.00 295.04 0.99 0.74
Hex F3 79 FE 4 34 0 0 127 63 4A
Octal 363 171 376 4 64 0 0 447 143 112
Binary 11110011 1111001 11111110 100 110100 0 0 100100111 1100011 1001010

Color Harmonies of #F379FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379FE

Black with #F379FE

Text Example


Text Example

White with #F379FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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