Html Css Color HEX #F279FC Fuchsia Pink

📋 copy color: '#F279FC'

red 242 ◦ green 121 ◦ blue 252

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

Shades of Fuchsia Pink #F279FC

Tints of Fuchsia Pink #F279FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.98%

R = 39.35%
G = 19.67%
B = 40.98%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F279FC (or 0xF279FC) is known color: Fuchsia Pink. HEX triplet: F2, 79 and FC. RGB value is (242,121,252). Sum of RGB (Red+Green+Blue) = 242+121+252=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 121 (47.66% from 255 or 19.67% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #F279FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279FC is #0D8603. Grayscale: #ABABAB. Windows color (decimal): -886276 or 16546290. OLE color: 16546290.

HSL color Cylindrical-coordinate representation of color #F279FC: hue angle of 295.42º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F279FC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 121 252 -
CMYK 0.04 0.52 0 0.01
HSL 295.42º 0.96% 0.73% -
HSV(B) 295.42º 0.52% 0.99% -
XYZ 61.03 39.58 96.52 -
YUV 172.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 242 121 252 0.04 0.52 0 0.01 295.42 0.96 0.73
Hex F2 79 FC 4 34 0 1 127 60 49
Octal 362 171 374 4 64 0 1 447 140 111
Binary 11110010 1111001 11111100 100 110100 0 1 100100111 1100000 1001001

Color Harmonies of #F279FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279FC

Black with #F279FC

Text Example


Text Example

White with #F279FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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