Html Css Color HEX #F279FE Fuchsia Pink

📋 copy color: '#F279FE'

red 242 ◦ green 121 ◦ blue 254

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

Shades of Fuchsia Pink #F279FE

Tints of Fuchsia Pink #F279FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 39.22%
G = 19.61%
B = 41.17%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F279FE (or 0xF279FE) is known color: Fuchsia Pink. HEX triplet: F2, 79 and FE. RGB value is (242,121,254). Sum of RGB (Red+Green+Blue) = 242+121+254=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 121 (47.66% from 255 or 19.61% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #F279FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279FE is #0D8601. Grayscale: #ABABAB. Windows color (decimal): -886274 or 16677362. OLE color: 16677362.

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

Color convert

RGB 242 121 254 -
CMYK 0.05 0.52 0 0.00
HSL 294.59º 0.99% 0.74% -
HSV(B) 294.59º 0.52% 1% -
XYZ 61.34 39.71 98.2 -
YUV 172.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 242 121 254 0.05 0.52 0 0.00 294.59 0.99 0.74
Hex F2 79 FE 5 34 0 0 127 63 4A
Octal 362 171 376 5 64 0 0 447 143 112
Binary 11110010 1111001 11111110 101 110100 0 0 100100111 1100011 1001010

Color Harmonies of #F279FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279FE

Black with #F279FE

Text Example


Text Example

White with #F279FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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