Html Css Color HEX #F675F9 Fuchsia Pink

📋 copy color: '#F675F9'

red 246 ◦ green 117 ◦ blue 249

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

Shades of Fuchsia Pink #F675F9

Tints of Fuchsia Pink #F675F9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.12%

 BLUE value IS 249 (97.66% from 255) = 40.69%

R = 40.2%
G = 19.12%
B = 40.69%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F675F9 (or 0xF675F9) is known color: Fuchsia Pink. HEX triplet: F6, 75 and F9. RGB value is (246,117,249). Sum of RGB (Red+Green+Blue) = 246+117+249=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 117 (46.09% from 255 or 19.12% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #F675F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F675F9 is #098A06. Grayscale: #AAAAAA. Windows color (decimal): -625159 or 16348662. OLE color: 16348662.

HSL color Cylindrical-coordinate representation of color #F675F9: hue angle of 298.64º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F675F9 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 117 249 -
CMYK 0.01 0.53 0 0.02
HSL 298.64º 0.92% 0.72% -
HSV(B) 298.64º 0.53% 0.98% -
XYZ 61.47 39.15 93.94 -
YUV 170.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 246 117 249 0.01 0.53 0 0.02 298.64 0.92 0.72
Hex F6 75 F9 1 35 0 2 12B 5C 48
Octal 366 165 371 1 65 0 2 453 134 110
Binary 11110110 1110101 11111001 1 110101 0 10 100101011 1011100 1001000

Color Harmonies of #F675F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F675F9

Black with #F675F9

Text Example


Text Example

White with #F675F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F675F9; }

 p { color: rgb(246,117,249); }

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

background-color css

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

 a { background-color: rgb(246,117,249); }

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

border-color css

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

 span { border-color: rgb(246,117,249); }

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