Html Css Color HEX #F375FE Fuchsia Pink

📋 copy color: '#F375FE'

red 243 ◦ green 117 ◦ blue 254

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

Shades of Fuchsia Pink #F375FE

Tints of Fuchsia Pink #F375FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.06%

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

R = 39.58%
G = 19.06%
B = 41.37%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F375FE (or 0xF375FE) is known color: Fuchsia Pink. HEX triplet: F3, 75 and FE. RGB value is (243,117,254). Sum of RGB (Red+Green+Blue) = 243+117+254=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 117 (46.09% from 255 or 19.06% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #F375FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F375FE is #0C8A01. Grayscale: #A9A9A9. Windows color (decimal): -821762 or 16676339. OLE color: 16676339.

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

Color convert

RGB 243 117 254 -
CMYK 0.04 0.54 0 0.00
HSL 295.18º 0.99% 0.73% -
HSV(B) 295.18º 0.54% 1% -
XYZ 61.21 38.93 98.05 -
YUV 170.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 243 117 254 0.04 0.54 0 0.00 295.18 0.99 0.73
Hex F3 75 FE 4 36 0 0 127 63 49
Octal 363 165 376 4 66 0 0 447 143 111
Binary 11110011 1110101 11111110 100 110110 0 0 100100111 1100011 1001001

Color Harmonies of #F375FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375FE

Black with #F375FE

Text Example


Text Example

White with #F375FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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