#F27BFF

Color #F27BFF Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #F27BFF

Tints of Fuchsia Pink #F27BFF

Color information

#F27BFF (or 0xF27BFF) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 7B and FF. RGB value is (242,123,255). Sum of RGB (Red+Green+Blue) = 242+123+255=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 123 (48.44% from 255 or 19.84% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #F27BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27BFF is #0D8400. Grayscale: #ADADAD. Windows color (decimal): -885761 or 16743410. OLE color: 16743410.

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

Color convert

RGB242123255-
CMYK0.050.5200
HSL294.09º100%74.12%-
HSV(B)294.09º51.76%100%-
XYZ61.7540.2699.12-
YUV173.63173.92176.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 123 (48.44% from 255) = 19.84%
BLUE value IS 255 (100% from 255) = 41.13%
R=39.03%
G=19.84%
B=41.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421232550.050.5200294.0910074.12
HexF27BFF53400126644a
Octal36217337756400446144112
Binary111100101111011111111111011101000010010011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27BFF; }

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

 H1.HeaderClassName
 {
   color: #F27BFF;
 }
 .AnyTagClassName
 {
   color: #F27BFF;
 }
</style>
background-color css

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

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

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

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

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

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