Html Css Color HEX #FA75F0 Fuchsia Pink

📋 copy color: '#FA75F0'

red 250 ◦ green 117 ◦ blue 240

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

Shades of Fuchsia Pink #FA75F0

Tints of Fuchsia Pink #FA75F0

RGB

 RED value IS 250 (98.05% from 255) = 41.19%

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

 BLUE value IS 240 (94.14% from 255) = 39.54%

R = 41.19%
G = 19.28%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA75F0 (or 0xFA75F0) is known color: Fuchsia Pink. HEX triplet: FA, 75 and F0. RGB value is (250,117,240). Sum of RGB (Red+Green+Blue) = 250+117+240=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 117 (46.09% from 255 or 19.28% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA75F0 is #058A0F. Grayscale: #AAAAAA. Windows color (decimal): -363024 or 15758842. OLE color: 15758842.

HSL color Cylindrical-coordinate representation of color #FA75F0: hue angle of 304.51º degrees, saturation: 0.93, 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 #FA75F0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 117 240 -
CMYK 0 0.53 0.04 0.02
HSL 304.51º 0.93% 0.72% -
HSV(B) 304.51º 0.53% 0.98% -
XYZ 61.51 39.34 86.79 -
YUV 170.79 167.06 184.5 -
System Red Green Blue C M Y K H S L
Decimal 250 117 240 0 0.53 0.04 0.02 304.51 0.93 0.72
Hex FA 75 F0 0 35 4 2 131 5D 48
Octal 372 165 360 0 65 4 2 461 135 110
Binary 11111010 1110101 11110000 0 110101 100 10 100110001 1011101 1001000

Color Harmonies of #FA75F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA75F0

Black with #FA75F0

Text Example


Text Example

White with #FA75F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA75F0; }

 p { color: rgb(250,117,240); }

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

background-color css

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

 a { background-color: rgb(250,117,240); }

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

border-color css

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

 span { border-color: rgb(250,117,240); }

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