Html Css Color HEX #F97EFF Fuchsia Pink

📋 copy color: '#F97EFF'

red 249 ◦ green 126 ◦ blue 255

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

Shades of Fuchsia Pink #F97EFF

Tints of Fuchsia Pink #F97EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20%

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

R = 39.52%
G = 20%
B = 40.48%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F97EFF (or 0xF97EFF) is known color: Fuchsia Pink. HEX triplet: F9, 7E and FF. RGB value is (249,126,255). Sum of RGB (Red+Green+Blue) = 249+126+255=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 126 (49.61% from 255 or 20% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #F97EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97EFF is #068100. Grayscale: #B1B1B1. Windows color (decimal): -426241 or 16744185. OLE color: 16744185.

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

Color convert

RGB 249 126 255 -
CMYK 0.02 0.51 0 0
HSL 297.21º 1% 0.75% -
HSV(B) 297.21º 0.51% 1% -
XYZ 64.58 42.28 99.37 -
YUV 177.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 249 126 255 0.02 0.51 0 0 297.21 1 0.75
Hex F9 7E FF 2 33 0 0 129 64 4B
Octal 371 176 377 2 63 0 0 451 144 113
Binary 11111001 1111110 11111111 10 110011 0 0 100101001 1100100 1001011

Color Harmonies of #F97EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97EFF

Black with #F97EFF

Text Example


Text Example

White with #F97EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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