Html Css Color HEX #F277FC Fuchsia Pink

📋 copy color: '#F277FC'

red 242 ◦ green 119 ◦ blue 252

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

Shades of Fuchsia Pink #F277FC

Tints of Fuchsia Pink #F277FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.41%

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

R = 39.48%
G = 19.41%
B = 41.11%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F277FC (or 0xF277FC) is known color: Fuchsia Pink. HEX triplet: F2, 77 and FC. RGB value is (242,119,252). Sum of RGB (Red+Green+Blue) = 242+119+252=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 119 (46.88% from 255 or 19.41% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #F277FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F277FC is #0D8803. Grayscale: #AAAAAA. Windows color (decimal): -886788 or 16545778. OLE color: 16545778.

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

Color convert

RGB 242 119 252 -
CMYK 0.04 0.53 0 0.01
HSL 295.49º 0.96% 0.73% -
HSV(B) 295.49º 0.53% 0.99% -
XYZ 60.79 39.1 96.44 -
YUV 170.94 173.75 178.69 -
System Red Green Blue C M Y K H S L
Decimal 242 119 252 0.04 0.53 0 0.01 295.49 0.96 0.73
Hex F2 77 FC 4 35 0 1 127 60 49
Octal 362 167 374 4 65 0 1 447 140 111
Binary 11110010 1110111 11111100 100 110101 0 1 100100111 1100000 1001001

Color Harmonies of #F277FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F277FC

Black with #F277FC

Text Example


Text Example

White with #F277FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F277FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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