Html Css Color HEX #F279F9 Fuchsia Pink

📋 copy color: '#F279F9'

red 242 ◦ green 121 ◦ blue 249

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

Shades of Fuchsia Pink #F279F9

Tints of Fuchsia Pink #F279F9

RGB

 RED value IS 242 (94.92% from 255) = 39.54%

 GREEN value IS 121 (47.66% from 255) = 19.77%

 BLUE value IS 249 (97.66% from 255) = 40.69%

R = 39.54%
G = 19.77%
B = 40.69%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F279F9 (or 0xF279F9) is known color: Fuchsia Pink. HEX triplet: F2, 79 and F9. RGB value is (242,121,249). Sum of RGB (Red+Green+Blue) = 242+121+249=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 121 (47.66% from 255 or 19.77% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #F279F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279F9 is #0D8606. Grayscale: #ABABAB. Windows color (decimal): -886279 or 16349682. OLE color: 16349682.

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

Color convert

RGB 242 121 249 -
CMYK 0.03 0.51 0 0.02
HSL 296.72º 0.91% 0.73% -
HSV(B) 296.72º 0.51% 0.98% -
XYZ 60.55 39.39 94.03 -
YUV 171.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 242 121 249 0.03 0.51 0 0.02 296.72 0.91 0.73
Hex F2 79 F9 3 33 0 2 129 5B 49
Octal 362 171 371 3 63 0 2 451 133 111
Binary 11110010 1111001 11111001 11 110011 0 10 100101001 1011011 1001001

Color Harmonies of #F279F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279F9

Black with #F279F9

Text Example


Text Example

White with #F279F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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