Html Css Color HEX #F975FF Fuchsia Pink

📋 copy color: '#F975FF'

red 249 ◦ green 117 ◦ blue 255

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

Shades of Fuchsia Pink #F975FF

Tints of Fuchsia Pink #F975FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.06%

R = 40.1%
G = 18.84%
B = 41.06%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F975FF (or 0xF975FF) is known color: Fuchsia Pink. HEX triplet: F9, 75 and FF. RGB value is (249,117,255). Sum of RGB (Red+Green+Blue) = 249+117+255=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 117 (46.09% from 255 or 18.84% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #F975FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975FF is #068A00. Grayscale: #ABABAB. Windows color (decimal): -428545 or 16741881. OLE color: 16741881.

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

Color convert

RGB 249 117 255 -
CMYK 0.02 0.54 0 0
HSL 297.39º 1% 0.73% -
HSV(B) 297.39º 0.54% 1% -
XYZ 63.48 40.08 99 -
YUV 172.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 249 117 255 0.02 0.54 0 0 297.39 1 0.73
Hex F9 75 FF 2 36 0 0 129 64 49
Octal 371 165 377 2 66 0 0 451 144 111
Binary 11111001 1110101 11111111 10 110110 0 0 100101001 1100100 1001001

Color Harmonies of #F975FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975FF

Black with #F975FF

Text Example


Text Example

White with #F975FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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