Html Css Color HEX #F377F8 Fuchsia Pink

📋 copy color: '#F377F8'

red 243 ◦ green 119 ◦ blue 248

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

Shades of Fuchsia Pink #F377F8

Tints of Fuchsia Pink #F377F8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.51%

 BLUE value IS 248 (97.27% from 255) = 40.66%

R = 39.84%
G = 19.51%
B = 40.66%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F377F8 (or 0xF377F8) is known color: Fuchsia Pink. HEX triplet: F3, 77 and F8. RGB value is (243,119,248). Sum of RGB (Red+Green+Blue) = 243+119+248=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 119 (46.88% from 255 or 19.51% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #F377F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F377F8 is #0C8807. Grayscale: #AAAAAA. Windows color (decimal): -821256 or 16283635. OLE color: 16283635.

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

Color convert

RGB 243 119 248 -
CMYK 0.02 0.52 0 0.03
HSL 297.67º 0.9% 0.72% -
HSV(B) 297.67º 0.52% 0.97% -
XYZ 60.5 39.03 93.15 -
YUV 170.78 171.58 179.51 -
System Red Green Blue C M Y K H S L
Decimal 243 119 248 0.02 0.52 0 0.03 297.67 0.9 0.72
Hex F3 77 F8 2 34 0 3 12A 5A 48
Octal 363 167 370 2 64 0 3 452 132 110
Binary 11110011 1110111 11111000 10 110100 0 11 100101010 1011010 1001000

Color Harmonies of #F377F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F377F8

Black with #F377F8

Text Example


Text Example

White with #F377F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F377F8; }

 p { color: rgb(243,119,248); }

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

background-color css

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

 a { background-color: rgb(243,119,248); }

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

border-color css

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

 span { border-color: rgb(243,119,248); }

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