Html Css Color HEX #F67CFB Fuchsia Pink

📋 copy color: '#F67CFB'

red 246 ◦ green 124 ◦ blue 251

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

Shades of Fuchsia Pink #F67CFB

Tints of Fuchsia Pink #F67CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 39.61%
G = 19.97%
B = 40.42%

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

#F67CFB (or 0xF67CFB) is known color: Fuchsia Pink. HEX triplet: F6, 7C and FB. RGB value is (246,124,251). Sum of RGB (Red+Green+Blue) = 246+124+251=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 124 (48.83% from 255 or 19.97% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #F67CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CFB is #098304. Grayscale: #AEAEAE. Windows color (decimal): -623365 or 16481526. OLE color: 16481526.

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

Color convert

RGB 246 124 251 -
CMYK 0.02 0.51 0 0.02
HSL 297.64º 0.94% 0.74% -
HSV(B) 297.64º 0.51% 0.98% -
XYZ 62.63 40.97 95.87 -
YUV 174.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 246 124 251 0.02 0.51 0 0.02 297.64 0.94 0.74
Hex F6 7C FB 2 33 0 2 12A 5E 4A
Octal 366 174 373 2 63 0 2 452 136 112
Binary 11110110 1111100 11111011 10 110011 0 10 100101010 1011110 1001010

Color Harmonies of #F67CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CFB

Black with #F67CFB

Text Example


Text Example

White with #F67CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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