Html Css Color HEX #F67BFA Fuchsia Pink

📋 copy color: '#F67BFA'

red 246 ◦ green 123 ◦ blue 250

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

Shades of Fuchsia Pink #F67BFA

Tints of Fuchsia Pink #F67BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.87%

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

R = 39.74%
G = 19.87%
B = 40.39%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F67BFA (or 0xF67BFA) is known color: Fuchsia Pink. HEX triplet: F6, 7B and FA. RGB value is (246,123,250). Sum of RGB (Red+Green+Blue) = 246+123+250=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 123 (48.44% from 255 or 19.87% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #F67BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67BFA is #098405. Grayscale: #ADADAD. Windows color (decimal): -623622 or 16415734. OLE color: 16415734.

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

Color convert

RGB 246 123 250 -
CMYK 0.02 0.51 0 0.02
HSL 298.11º 0.93% 0.73% -
HSV(B) 298.11º 0.51% 0.98% -
XYZ 62.34 40.66 95 -
YUV 174.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 246 123 250 0.02 0.51 0 0.02 298.11 0.93 0.73
Hex F6 7B FA 2 33 0 2 12A 5D 49
Octal 366 173 372 2 63 0 2 452 135 111
Binary 11110110 1111011 11111010 10 110011 0 10 100101010 1011101 1001001

Color Harmonies of #F67BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67BFA

Black with #F67BFA

Text Example


Text Example

White with #F67BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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