#F255F6

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

Shades of Pink Flamingo #F255F6

Tints of Pink Flamingo #F255F6

Color information

#F255F6 (or 0xF255F6) is unknown color: approx Pink Flamingo. HEX triplet: F2, 55 and F6. RGB value is (242,85,246). Sum of RGB (Red+Green+Blue) = 242+85+246=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 85 (33.59% from 255 or 14.83% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #F255F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255F6 is #0DAA09. Grayscale: #959595. Windows color (decimal): -895498 or 16143858. OLE color: 16143858.

HSL color Cylindrical-coordinate representation of color #F255F6: hue angle of 298.51º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F255F6 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24285246-
CMYK0.020.6500.04
HSL298.51º89.94%64.9%-
HSV(B)298.51º65.45%96.47%-
XYZ56.532.0390.39-
YUV150.3182.01193.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 85 (33.59% from 255) = 14.83%
BLUE value IS 246 (96.48% from 255) = 42.93%
R=42.23%
G=14.83%
B=42.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242852460.020.6500.04298.5189.9464.9
HexF255F62410412b5a41
Octal362125366210104453132101
Binary11110010101010111110110101000001010010010101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F255F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F255F6; }

 p { color: rgb(242,85,246); }

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

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

 a { background-color: rgb(242,85,246); }

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

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

 span { border-color: rgb(242,85,246); }

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