Html Css Color HEX #F673F2 Fuchsia Pink

📋 copy color: '#F673F2'

red 246 ◦ green 115 ◦ blue 242

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

Shades of Fuchsia Pink #F673F2

Tints of Fuchsia Pink #F673F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 40.8%
G = 19.07%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F673F2 (or 0xF673F2) is known color: Fuchsia Pink. HEX triplet: F6, 73 and F2. RGB value is (246,115,242). Sum of RGB (Red+Green+Blue) = 246+115+242=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F673F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F673F2 is #098C0D. Grayscale: #A8A8A8. Windows color (decimal): -625678 or 15889398. OLE color: 15889398.

HSL color Cylindrical-coordinate representation of color #F673F2: hue angle of 301.83º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F673F2 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 115 242 -
CMYK 0 0.53 0.02 0.04
HSL 301.83º 0.88% 0.71% -
HSV(B) 301.83º 0.53% 0.96% -
XYZ 60.16 38.27 88.22 -
YUV 168.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 246 115 242 0 0.53 0.02 0.04 301.83 0.88 0.71
Hex F6 73 F2 0 35 2 4 12E 58 47
Octal 366 163 362 0 65 2 4 456 130 107
Binary 11110110 1110011 11110010 0 110101 10 100 100101110 1011000 1000111

Color Harmonies of #F673F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F673F2

Black with #F673F2

Text Example


Text Example

White with #F673F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F673F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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