Html Css Color HEX #FF75FC Fuchsia Pink

📋 copy color: '#FF75FC'

red 255 ◦ green 117 ◦ blue 252

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

Shades of Fuchsia Pink #FF75FC

Tints of Fuchsia Pink #FF75FC

RGB

 RED value IS 255 (100% from 255) = 40.87%

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

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

R = 40.87%
G = 18.75%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF75FC (or 0xFF75FC) is known color: Fuchsia Pink. HEX triplet: FF, 75 and FC. RGB value is (255,117,252). Sum of RGB (Red+Green+Blue) = 255+117+252=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 117 (46.09% from 255 or 18.75% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75FC is #008A03. Grayscale: #ADADAD. Windows color (decimal): -35332 or 16545279. OLE color: 16545279.

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

Color convert

RGB 255 117 252 -
CMYK 0 0.54 0.01 0
HSL 301.3º 1% 0.73% -
HSV(B) 301.3º 0.54% 1% -
XYZ 65.17 41.01 96.58 -
YUV 173.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 255 117 252 0 0.54 0.01 0 301.3 1 0.73
Hex FF 75 FC 0 36 1 0 12D 64 49
Octal 377 165 374 0 66 1 0 455 144 111
Binary 11111111 1110101 11111100 0 110110 1 0 100101101 1100100 1001001

Color Harmonies of #FF75FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75FC

Black with #FF75FC

Text Example


Text Example

White with #FF75FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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