Html Css Color HEX #FF75FE Fuchsia Pink

📋 copy color: '#FF75FE'

red 255 ◦ green 117 ◦ blue 254

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

Shades of Fuchsia Pink #FF75FE

Tints of Fuchsia Pink #FF75FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 40.73%
G = 18.69%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF75FE (or 0xFF75FE) is known color: Fuchsia Pink. HEX triplet: FF, 75 and FE. RGB value is (255,117,254). Sum of RGB (Red+Green+Blue) = 255+117+254=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 117 (46.09% from 255 or 18.69% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75FE is #008A01. Grayscale: #ADADAD. Windows color (decimal): -35330 or 16676351. OLE color: 16676351.

HSL color Cylindrical-coordinate representation of color #FF75FE: hue angle of 300.43º 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 #FF75FE is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 254 -
CMYK 0 0.54 0.00 0
HSL 300.43º 1% 0.73% -
HSV(B) 300.43º 0.54% 1% -
XYZ 65.49 41.14 98.25 -
YUV 173.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 255 117 254 0 0.54 0.00 0 300.43 1 0.73
Hex FF 75 FE 0 36 0 0 12C 64 49
Octal 377 165 376 0 66 0 0 454 144 111
Binary 11111111 1110101 11111110 0 110110 0 0 100101100 1100100 1001001

Color Harmonies of #FF75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75FE

Black with #FF75FE

Text Example


Text Example

White with #FF75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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