Html Css Color HEX #F277FF Fuchsia Pink

📋 copy color: '#F277FF'

red 242 ◦ green 119 ◦ blue 255

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

Shades of Fuchsia Pink #F277FF

Tints of Fuchsia Pink #F277FF

RGB

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

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

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

R = 39.29%
G = 19.32%
B = 41.4%

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

#F277FF (or 0xF277FF) is known color: Fuchsia Pink. HEX triplet: F2, 77 and FF. RGB value is (242,119,255). Sum of RGB (Red+Green+Blue) = 242+119+255=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 119 (46.88% from 255 or 19.32% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #F277FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F277FF is #0D8800. Grayscale: #AAAAAA. Windows color (decimal): -886785 or 16742386. OLE color: 16742386.

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

Color convert

RGB 242 119 255 -
CMYK 0.05 0.53 0 0
HSL 294.26º 1% 0.73% -
HSV(B) 294.26º 0.53% 1% -
XYZ 61.26 39.29 98.96 -
YUV 171.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 242 119 255 0.05 0.53 0 0 294.26 1 0.73
Hex F2 77 FF 5 35 0 0 126 64 49
Octal 362 167 377 5 65 0 0 446 144 111
Binary 11110010 1110111 11111111 101 110101 0 0 100100110 1100100 1001001

Color Harmonies of #F277FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F277FF

Black with #F277FF

Text Example


Text Example

White with #F277FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F277FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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