Html Css Color HEX #F975F0 Fuchsia Pink

📋 copy color: '#F975F0'

red 249 ◦ green 117 ◦ blue 240

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

Shades of Fuchsia Pink #F975F0

Tints of Fuchsia Pink #F975F0

RGB

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

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

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

R = 41.09%
G = 19.31%
B = 39.6%

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

#F975F0 (or 0xF975F0) is known color: Fuchsia Pink. HEX triplet: F9, 75 and F0. RGB value is (249,117,240). Sum of RGB (Red+Green+Blue) = 249+117+240=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 117 (46.09% from 255 or 19.31% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F975F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975F0 is #068A0F. Grayscale: #AAAAAA. Windows color (decimal): -428560 or 15758841. OLE color: 15758841.

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

Color convert

RGB 249 117 240 -
CMYK 0 0.53 0.04 0.02
HSL 304.09º 0.92% 0.72% -
HSV(B) 304.09º 0.53% 0.98% -
XYZ 61.16 39.15 86.77 -
YUV 170.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 249 117 240 0 0.53 0.04 0.02 304.09 0.92 0.72
Hex F9 75 F0 0 35 4 2 130 5C 48
Octal 371 165 360 0 65 4 2 460 134 110
Binary 11111001 1110101 11110000 0 110101 100 10 100110000 1011100 1001000

Color Harmonies of #F975F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975F0

Black with #F975F0

Text Example


Text Example

White with #F975F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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