Html Css Color HEX #F27FFF Fuchsia Pink

📋 copy color: '#F27FFF'

red 242 ◦ green 127 ◦ blue 255

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

Shades of Fuchsia Pink #F27FFF

Tints of Fuchsia Pink #F27FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 20.35%

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

R = 38.78%
G = 20.35%
B = 40.87%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F27FFF (or 0xF27FFF) is known color: Fuchsia Pink. HEX triplet: F2, 7F and FF. RGB value is (242,127,255). Sum of RGB (Red+Green+Blue) = 242+127+255=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 127 (50% from 255 or 20.35% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #F27FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27FFF is #0D8000. Grayscale: #AFAFAF. Windows color (decimal): -884737 or 16744434. OLE color: 16744434.

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

Color convert

RGB 242 127 255 -
CMYK 0.05 0.50 0 0
HSL 293.91º 1% 0.75% -
HSV(B) 293.91º 0.5% 1% -
XYZ 62.26 41.28 99.29 -
YUV 175.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 242 127 255 0.05 0.50 0 0 293.91 1 0.75
Hex F2 7F FF 5 32 0 0 126 64 4B
Octal 362 177 377 5 62 0 0 446 144 113
Binary 11110010 1111111 11111111 101 110010 0 0 100100110 1100100 1001011

Color Harmonies of #F27FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27FFF

Black with #F27FFF

Text Example


Text Example

White with #F27FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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