Html Css Color HEX #F975FE Fuchsia Pink

📋 copy color: '#F975FE'

red 249 ◦ green 117 ◦ blue 254

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

Shades of Fuchsia Pink #F975FE

Tints of Fuchsia Pink #F975FE

RGB

 RED value IS 249 (97.66% from 255) = 40.16%

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

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

R = 40.16%
G = 18.87%
B = 40.97%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F975FE (or 0xF975FE) is known color: Fuchsia Pink. HEX triplet: F9, 75 and FE. RGB value is (249,117,254). Sum of RGB (Red+Green+Blue) = 249+117+254=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 117 (46.09% from 255 or 18.87% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #F975FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975FE is #068A01. Grayscale: #ABABAB. Windows color (decimal): -428546 or 16676345. OLE color: 16676345.

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

Color convert

RGB 249 117 254 -
CMYK 0.02 0.54 0 0.00
HSL 297.81º 0.99% 0.73% -
HSV(B) 297.81º 0.54% 1% -
XYZ 63.32 40.02 98.15 -
YUV 172.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 249 117 254 0.02 0.54 0 0.00 297.81 0.99 0.73
Hex F9 75 FE 2 36 0 0 12A 63 49
Octal 371 165 376 2 66 0 0 452 143 111
Binary 11111001 1110101 11111110 10 110110 0 0 100101010 1100011 1001001

Color Harmonies of #F975FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975FE

Black with #F975FE

Text Example


Text Example

White with #F975FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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