#F23FF7

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

Shades of Pink Flamingo #F23FF7

Tints of Pink Flamingo #F23FF7

Color information

#F23FF7 (or 0xF23FF7) is unknown color: approx Pink Flamingo. HEX triplet: F2, 3F and F7. RGB value is (242,63,247). Sum of RGB (Red+Green+Blue) = 242+63+247=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 63 (25% from 255 or 11.41% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #F23FF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23FF7 is #0DC008. Grayscale: #888888. Windows color (decimal): -901129 or 16203762. OLE color: 16203762.

HSL color Cylindrical-coordinate representation of color #F23FF7: hue angle of 298.37º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23FF7 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24263247-
CMYK0.020.7400.03
HSL298.37º92%60.78%-
HSV(B)298.37º74.49%96.86%-
XYZ55.1829.1590.71-
YUV137.5189.8202.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 63 (25% from 255) = 11.41%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=43.84%
G=11.41%
B=44.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal242632470.020.7400.03298.379260.78
HexF23FF724A0312a5c3d
Octal3627736721120345213475
Binary11110010111111111101111010010100111001010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23FF7; }

 p { color: rgb(242,63,247); }

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

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

 a { background-color: rgb(242,63,247); }

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

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

 span { border-color: rgb(242,63,247); }

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