Html Css Color HEX #F975F2 Fuchsia Pink

📋 copy color: '#F975F2'

red 249 ◦ green 117 ◦ blue 242

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

Shades of Fuchsia Pink #F975F2

Tints of Fuchsia Pink #F975F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.8%

R = 40.95%
G = 19.24%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F975F2 (or 0xF975F2) is known color: Fuchsia Pink. HEX triplet: F9, 75 and F2. RGB value is (249,117,242). Sum of RGB (Red+Green+Blue) = 249+117+242=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 117 (46.09% from 255 or 19.24% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F975F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975F2 is #068A0D. Grayscale: #AAAAAA. Windows color (decimal): -428558 or 15889913. OLE color: 15889913.

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

Color convert

RGB 249 117 242 -
CMYK 0 0.53 0.03 0.02
HSL 303.18º 0.92% 0.72% -
HSV(B) 303.18º 0.53% 0.98% -
XYZ 61.46 39.27 88.35 -
YUV 170.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 249 117 242 0 0.53 0.03 0.02 303.18 0.92 0.72
Hex F9 75 F2 0 35 3 2 12F 5C 48
Octal 371 165 362 0 65 3 2 457 134 110
Binary 11111001 1110101 11110010 0 110101 11 10 100101111 1011100 1001000

Color Harmonies of #F975F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975F2

Black with #F975F2

Text Example


Text Example

White with #F975F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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