Html Css Color HEX #F67CFD Fuchsia Pink

📋 copy color: '#F67CFD'

red 246 ◦ green 124 ◦ blue 253

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

Shades of Fuchsia Pink #F67CFD

Tints of Fuchsia Pink #F67CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 39.49%
G = 19.9%
B = 40.61%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F67CFD (or 0xF67CFD) is known color: Fuchsia Pink. HEX triplet: F6, 7C and FD. RGB value is (246,124,253). Sum of RGB (Red+Green+Blue) = 246+124+253=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 124 (48.83% from 255 or 19.90% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #F67CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CFD is #098302. Grayscale: #AEAEAE. Windows color (decimal): -623363 or 16612598. OLE color: 16612598.

HSL color Cylindrical-coordinate representation of color #F67CFD: hue angle of 296.74º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67CFD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 124 253 -
CMYK 0.03 0.51 0 0.01
HSL 296.74º 0.97% 0.74% -
HSV(B) 296.74º 0.51% 0.99% -
XYZ 62.94 41.1 97.54 -
YUV 175.18 171.92 178.51 -
System Red Green Blue C M Y K H S L
Decimal 246 124 253 0.03 0.51 0 0.01 296.74 0.97 0.74
Hex F6 7C FD 3 33 0 1 129 61 4A
Octal 366 174 375 3 63 0 1 451 141 112
Binary 11110110 1111100 11111101 11 110011 0 1 100101001 1100001 1001010

Color Harmonies of #F67CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CFD

Black with #F67CFD

Text Example


Text Example

White with #F67CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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