Html Css Color HEX #F685FF Fuchsia Pink

📋 copy color: '#F685FF'

red 246 ◦ green 133 ◦ blue 255

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

Shades of Fuchsia Pink #F685FF

Tints of Fuchsia Pink #F685FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 20.98%

 BLUE value IS 255 (100% from 255) = 40.22%

R = 38.8%
G = 20.98%
B = 40.22%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F685FF (or 0xF685FF) is known color: Fuchsia Pink. HEX triplet: F6, 85 and FF. RGB value is (246,133,255). Sum of RGB (Red+Green+Blue) = 246+133+255=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 133 (52.34% from 255 or 20.98% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #F685FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F685FF is #097A00. Grayscale: #B4B4B4. Windows color (decimal): -621057 or 16745974. OLE color: 16745974.

HSL color Cylindrical-coordinate representation of color #F685FF: hue angle of 295.57º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F685FF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 133 255 -
CMYK 0.04 0.48 0 0
HSL 295.57º 1% 0.76% -
HSV(B) 295.57º 0.48% 1% -
XYZ 64.44 43.59 99.62 -
YUV 180.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 246 133 255 0.04 0.48 0 0 295.57 1 0.76
Hex F6 85 FF 4 30 0 0 128 64 4C
Octal 366 205 377 4 60 0 0 450 144 114
Binary 11110110 10000101 11111111 100 110000 0 0 100101000 1100100 1001100

Color Harmonies of #F685FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F685FF

Black with #F685FF

Text Example


Text Example

White with #F685FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F685FF; }

 p { color: rgb(246,133,255); }

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

background-color css

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

 a { background-color: rgb(246,133,255); }

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

border-color css

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

 span { border-color: rgb(246,133,255); }

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