Html Css Color HEX #F97BFF Fuchsia Pink

📋 copy color: '#F97BFF'

red 249 ◦ green 123 ◦ blue 255

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

Shades of Fuchsia Pink #F97BFF

Tints of Fuchsia Pink #F97BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.62%

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

R = 39.71%
G = 19.62%
B = 40.67%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F97BFF (or 0xF97BFF) is known color: Fuchsia Pink. HEX triplet: F9, 7B and FF. RGB value is (249,123,255). Sum of RGB (Red+Green+Blue) = 249+123+255=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 123 (48.44% from 255 or 19.62% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #F97BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97BFF is #068400. Grayscale: #AFAFAF. Windows color (decimal): -427009 or 16743417. OLE color: 16743417.

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

Color convert

RGB 249 123 255 -
CMYK 0.02 0.52 0 0
HSL 297.27º 1% 0.74% -
HSV(B) 297.27º 0.52% 1% -
XYZ 64.2 41.53 99.24 -
YUV 175.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 249 123 255 0.02 0.52 0 0 297.27 1 0.74
Hex F9 7B FF 2 34 0 0 129 64 4A
Octal 371 173 377 2 64 0 0 451 144 112
Binary 11111001 1111011 11111111 10 110100 0 0 100101001 1100100 1001010

Color Harmonies of #F97BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97BFF

Black with #F97BFF

Text Example


Text Example

White with #F97BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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