#F138FF

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

Shades of Pink Flamingo #F138FF

Tints of Pink Flamingo #F138FF

Color information

#F138FF (or 0xF138FF) is unknown color: approx Pink Flamingo. HEX triplet: F1, 38 and FF. RGB value is (241,56,255). Sum of RGB (Red+Green+Blue) = 241+56+255=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 56 (22.27% from 255 or 10.14% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #F138FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138FF is #0EC700. Grayscale: #858585. Windows color (decimal): -968449 or 16726257. OLE color: 16726257.

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

Color convert

RGB24156255-
CMYK0.050.7800
HSL295.78º100%60.98%-
HSV(B)295.78º78.04%100%-
XYZ55.7428.7597.22-
YUV134196.29204.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 56 (22.27% from 255) = 10.14%
BLUE value IS 255 (100% from 255) = 46.20%
R=43.66%
G=10.14%
B=46.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241562550.050.7800295.7810060.98
HexF138FF54E00128643d
Octal3617037751160045014475
Binary11110001111000111111111011001110001001010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F138FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F138FF; }

 p { color: rgb(241,56,255); }

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

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

 a { background-color: rgb(241,56,255); }

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

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

 span { border-color: rgb(241,56,255); }

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