Html Css Color HEX #F673FD Fuchsia Pink

📋 copy color: '#F673FD'

red 246 ◦ green 115 ◦ blue 253

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

Shades of Fuchsia Pink #F673FD

Tints of Fuchsia Pink #F673FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 18.73%

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

R = 40.07%
G = 18.73%
B = 41.21%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F673FD (or 0xF673FD) is known color: Fuchsia Pink. HEX triplet: F6, 73 and FD. RGB value is (246,115,253). Sum of RGB (Red+Green+Blue) = 246+115+253=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 115 (45.31% from 255 or 18.73% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #F673FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F673FD is #098C02. Grayscale: #A9A9A9. Windows color (decimal): -625667 or 16610294. OLE color: 16610294.

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

Color convert

RGB 246 115 253 -
CMYK 0.03 0.55 0 0.01
HSL 296.96º 0.97% 0.72% -
HSV(B) 296.96º 0.55% 0.99% -
XYZ 61.87 38.95 97.19 -
YUV 169.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 246 115 253 0.03 0.55 0 0.01 296.96 0.97 0.72
Hex F6 73 FD 3 37 0 1 129 61 48
Octal 366 163 375 3 67 0 1 451 141 110
Binary 11110110 1110011 11111101 11 110111 0 1 100101001 1100001 1001000

Color Harmonies of #F673FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F673FD

Black with #F673FD

Text Example


Text Example

White with #F673FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F673FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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