Html Css Color HEX #F384FF Fuchsia Pink

📋 copy color: '#F384FF'

red 243 ◦ green 132 ◦ blue 255

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

Shades of Fuchsia Pink #F384FF

Tints of Fuchsia Pink #F384FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 20.95%

 BLUE value IS 255 (100% from 255) = 40.48%

R = 38.57%
G = 20.95%
B = 40.48%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F384FF (or 0xF384FF) is known color: Fuchsia Pink. HEX triplet: F3, 84 and FF. RGB value is (243,132,255). Sum of RGB (Red+Green+Blue) = 243+132+255=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 132 (51.95% from 255 or 20.95% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #F384FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384FF is #0C7B00. Grayscale: #B2B2B2. Windows color (decimal): -817921 or 16745715. OLE color: 16745715.

HSL color Cylindrical-coordinate representation of color #F384FF: hue angle of 294.15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F384FF is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 132 255 -
CMYK 0.05 0.48 0 0
HSL 294.15º 1% 0.76% -
HSV(B) 294.15º 0.48% 1% -
XYZ 63.26 42.78 99.53 -
YUV 179.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 243 132 255 0.05 0.48 0 0 294.15 1 0.76
Hex F3 84 FF 5 30 0 0 126 64 4C
Octal 363 204 377 5 60 0 0 446 144 114
Binary 11110011 10000100 11111111 101 110000 0 0 100100110 1100100 1001100

Color Harmonies of #F384FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384FF

Black with #F384FF

Text Example


Text Example

White with #F384FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384FF; }

 p { color: rgb(243,132,255); }

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

background-color css

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

 a { background-color: rgb(243,132,255); }

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

border-color css

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

 span { border-color: rgb(243,132,255); }

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