Html Css Color HEX #F279FA Fuchsia Pink

📋 copy color: '#F279FA'

red 242 ◦ green 121 ◦ blue 250

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

Shades of Fuchsia Pink #F279FA

Tints of Fuchsia Pink #F279FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 39.48%
G = 19.74%
B = 40.78%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F279FA (or 0xF279FA) is known color: Fuchsia Pink. HEX triplet: F2, 79 and FA. RGB value is (242,121,250). Sum of RGB (Red+Green+Blue) = 242+121+250=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 121 (47.66% from 255 or 19.74% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #F279FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279FA is #0D8605. Grayscale: #ABABAB. Windows color (decimal): -886278 or 16415218. OLE color: 16415218.

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

Color convert

RGB 242 121 250 -
CMYK 0.03 0.52 0 0.02
HSL 296.28º 0.93% 0.73% -
HSV(B) 296.28º 0.52% 0.98% -
XYZ 60.71 39.45 94.86 -
YUV 171.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 242 121 250 0.03 0.52 0 0.02 296.28 0.93 0.73
Hex F2 79 FA 3 34 0 2 128 5D 49
Octal 362 171 372 3 64 0 2 450 135 111
Binary 11110010 1111001 11111010 11 110100 0 10 100101000 1011101 1001001

Color Harmonies of #F279FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279FA

Black with #F279FA

Text Example


Text Example

White with #F279FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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