Html Css Color HEX #F675FC Fuchsia Pink

📋 copy color: '#F675FC'

red 246 ◦ green 117 ◦ blue 252

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

Shades of Fuchsia Pink #F675FC

Tints of Fuchsia Pink #F675FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.98%

R = 40%
G = 19.02%
B = 40.98%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F675FC (or 0xF675FC) is known color: Fuchsia Pink. HEX triplet: F6, 75 and FC. RGB value is (246,117,252). Sum of RGB (Red+Green+Blue) = 246+117+252=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 117 (46.09% from 255 or 19.02% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #F675FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F675FC is #098A03. Grayscale: #AAAAAA. Windows color (decimal): -625156 or 16545270. OLE color: 16545270.

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

Color convert

RGB 246 117 252 -
CMYK 0.02 0.54 0 0.01
HSL 297.33º 0.96% 0.72% -
HSV(B) 297.33º 0.54% 0.99% -
XYZ 61.94 39.34 96.43 -
YUV 170.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 246 117 252 0.02 0.54 0 0.01 297.33 0.96 0.72
Hex F6 75 FC 2 36 0 1 129 60 48
Octal 366 165 374 2 66 0 1 451 140 110
Binary 11110110 1110101 11111100 10 110110 0 1 100101001 1100000 1001000

Color Harmonies of #F675FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F675FC

Black with #F675FC

Text Example


Text Example

White with #F675FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F675FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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