Html Css Color HEX #F67EFA Fuchsia Pink

📋 copy color: '#F67EFA'

red 246 ◦ green 126 ◦ blue 250

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

Shades of Fuchsia Pink #F67EFA

Tints of Fuchsia Pink #F67EFA

RGB

 RED value IS 246 (96.48% from 255) = 39.55%

 GREEN value IS 126 (49.61% from 255) = 20.26%

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

R = 39.55%
G = 20.26%
B = 40.19%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F67EFA (or 0xF67EFA) is known color: Fuchsia Pink. HEX triplet: F6, 7E and FA. RGB value is (246,126,250). Sum of RGB (Red+Green+Blue) = 246+126+250=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 126 (49.61% from 255 or 20.26% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #F67EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67EFA is #098105. Grayscale: #AFAFAF. Windows color (decimal): -622854 or 16416502. OLE color: 16416502.

HSL color Cylindrical-coordinate representation of color #F67EFA: hue angle of 298.06º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67EFA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 126 250 -
CMYK 0.02 0.50 0 0.02
HSL 298.06º 0.93% 0.74% -
HSV(B) 298.06º 0.5% 0.98% -
XYZ 62.72 41.42 95.13 -
YUV 176.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 246 126 250 0.02 0.50 0 0.02 298.06 0.93 0.74
Hex F6 7E FA 2 32 0 2 12A 5D 4A
Octal 366 176 372 2 62 0 2 452 135 112
Binary 11110110 1111110 11111010 10 110010 0 10 100101010 1011101 1001010

Color Harmonies of #F67EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67EFA

Black with #F67EFA

Text Example


Text Example

White with #F67EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67EFA; }

 p { color: rgb(246,126,250); }

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

background-color css

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

 a { background-color: rgb(246,126,250); }

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

border-color css

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

 span { border-color: rgb(246,126,250); }

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