Html Css Color HEX #F978F2 Fuchsia Pink

📋 copy color: '#F978F2'

red 249 ◦ green 120 ◦ blue 242

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

Shades of Fuchsia Pink #F978F2

Tints of Fuchsia Pink #F978F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.64%

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

R = 40.75%
G = 19.64%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F978F2 (or 0xF978F2) is known color: Fuchsia Pink. HEX triplet: F9, 78 and F2. RGB value is (249,120,242). Sum of RGB (Red+Green+Blue) = 249+120+242=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 120 (47.27% from 255 or 19.64% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F978F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978F2 is #06870D. Grayscale: #ACACAC. Windows color (decimal): -427790 or 15890681. OLE color: 15890681.

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

Color convert

RGB 249 120 242 -
CMYK 0 0.52 0.03 0.02
HSL 303.26º 0.91% 0.72% -
HSV(B) 303.26º 0.52% 0.98% -
XYZ 61.81 39.98 88.46 -
YUV 172.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 249 120 242 0 0.52 0.03 0.02 303.26 0.91 0.72
Hex F9 78 F2 0 34 3 2 12F 5B 48
Octal 371 170 362 0 64 3 2 457 133 110
Binary 11111001 1111000 11110010 0 110100 11 10 100101111 1011011 1001000

Color Harmonies of #F978F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978F2

Black with #F978F2

Text Example


Text Example

White with #F978F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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