Html Css Color HEX #F67CFA Fuchsia Pink

📋 copy color: '#F67CFA'

red 246 ◦ green 124 ◦ blue 250

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

Shades of Fuchsia Pink #F67CFA

Tints of Fuchsia Pink #F67CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20%

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

R = 39.68%
G = 20%
B = 40.32%

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

#F67CFA (or 0xF67CFA) is known color: Fuchsia Pink. HEX triplet: F6, 7C and FA. RGB value is (246,124,250). Sum of RGB (Red+Green+Blue) = 246+124+250=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 124 (48.83% from 255 or 20% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #F67CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CFA is #098305. Grayscale: #AEAEAE. Windows color (decimal): -623366 or 16415990. OLE color: 16415990.

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

Color convert

RGB 246 124 250 -
CMYK 0.02 0.50 0 0.02
HSL 298.1º 0.93% 0.73% -
HSV(B) 298.1º 0.5% 0.98% -
XYZ 62.47 40.91 95.05 -
YUV 174.84 170.42 178.75 -
System Red Green Blue C M Y K H S L
Decimal 246 124 250 0.02 0.50 0 0.02 298.1 0.93 0.73
Hex F6 7C FA 2 32 0 2 12A 5D 49
Octal 366 174 372 2 62 0 2 452 135 111
Binary 11110110 1111100 11111010 10 110010 0 10 100101010 1011101 1001001

Color Harmonies of #F67CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CFA

Black with #F67CFA

Text Example


Text Example

White with #F67CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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