Html Css Color HEX #F975F5 Fuchsia Pink

📋 copy color: '#F975F5'

red 249 ◦ green 117 ◦ blue 245

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

Shades of Fuchsia Pink #F975F5

Tints of Fuchsia Pink #F975F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.1%

R = 40.75%
G = 19.15%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F975F5 (or 0xF975F5) is known color: Fuchsia Pink. HEX triplet: F9, 75 and F5. RGB value is (249,117,245). Sum of RGB (Red+Green+Blue) = 249+117+245=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 117 (46.09% from 255 or 19.15% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F975F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975F5 is #068A0A. Grayscale: #AAAAAA. Windows color (decimal): -428555 or 16086521. OLE color: 16086521.

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

Color convert

RGB 249 117 245 -
CMYK 0 0.53 0.02 0.02
HSL 301.82º 0.92% 0.72% -
HSV(B) 301.82º 0.53% 0.98% -
XYZ 61.91 39.45 90.74 -
YUV 171.06 169.73 183.59 -
System Red Green Blue C M Y K H S L
Decimal 249 117 245 0 0.53 0.02 0.02 301.82 0.92 0.72
Hex F9 75 F5 0 35 2 2 12E 5C 48
Octal 371 165 365 0 65 2 2 456 134 110
Binary 11111001 1110101 11110101 0 110101 10 10 100101110 1011100 1001000

Color Harmonies of #F975F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975F5

Black with #F975F5

Text Example


Text Example

White with #F975F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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