Html Css Color HEX #F279FF Fuchsia Pink

📋 copy color: '#F279FF'

red 242 ◦ green 121 ◦ blue 255

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

Shades of Fuchsia Pink #F279FF

Tints of Fuchsia Pink #F279FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.26%

R = 39.16%
G = 19.58%
B = 41.26%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F279FF (or 0xF279FF) is known color: Fuchsia Pink. HEX triplet: F2, 79 and FF. RGB value is (242,121,255). Sum of RGB (Red+Green+Blue) = 242+121+255=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 121 (47.66% from 255 or 19.58% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #F279FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279FF is #0D8600. Grayscale: #ACACAC. Windows color (decimal): -886273 or 16742898. OLE color: 16742898.

HSL color Cylindrical-coordinate representation of color #F279FF: hue angle of 294.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F279FF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 121 255 -
CMYK 0.05 0.53 0 0
HSL 294.18º 1% 0.74% -
HSV(B) 294.18º 0.53% 1% -
XYZ 61.51 39.77 99.04 -
YUV 172.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 242 121 255 0.05 0.53 0 0 294.18 1 0.74
Hex F2 79 FF 5 35 0 0 126 64 4A
Octal 362 171 377 5 65 0 0 446 144 112
Binary 11110010 1111001 11111111 101 110101 0 0 100100110 1100100 1001010

Color Harmonies of #F279FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279FF

Black with #F279FF

Text Example


Text Example

White with #F279FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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