Html Css Color HEX #F974F0 Fuchsia Pink

📋 copy color: '#F974F0'

red 249 ◦ green 116 ◦ blue 240

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

Shades of Fuchsia Pink #F974F0

Tints of Fuchsia Pink #F974F0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.17%

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

R = 41.16%
G = 19.17%
B = 39.67%

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

#F974F0 (or 0xF974F0) is known color: Fuchsia Pink. HEX triplet: F9, 74 and F0. RGB value is (249,116,240). Sum of RGB (Red+Green+Blue) = 249+116+240=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 116 (45.70% from 255 or 19.17% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F974F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F974F0 is #068B0F. Grayscale: #A9A9A9. Windows color (decimal): -428816 or 15758585. OLE color: 15758585.

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

Color convert

RGB 249 116 240 -
CMYK 0 0.53 0.04 0.02
HSL 304.06º 0.92% 0.72% -
HSV(B) 304.06º 0.53% 0.98% -
XYZ 61.04 38.92 86.73 -
YUV 169.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 249 116 240 0 0.53 0.04 0.02 304.06 0.92 0.72
Hex F9 74 F0 0 35 4 2 130 5C 48
Octal 371 164 360 0 65 4 2 460 134 110
Binary 11111001 1110100 11110000 0 110101 100 10 100110000 1011100 1001000

Color Harmonies of #F974F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974F0

Black with #F974F0

Text Example


Text Example

White with #F974F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974F0; }

 p { color: rgb(249,116,240); }

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

background-color css

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

 a { background-color: rgb(249,116,240); }

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

border-color css

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

 span { border-color: rgb(249,116,240); }

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