#F238FF

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

Shades of Pink Flamingo #F238FF

Tints of Pink Flamingo #F238FF

Color information

#F238FF (or 0xF238FF) is unknown color: approx Pink Flamingo. HEX triplet: F2, 38 and FF. RGB value is (242,56,255). Sum of RGB (Red+Green+Blue) = 242+56+255=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 56 (22.27% from 255 or 10.13% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #F238FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F238FF is #0DC700. Grayscale: #858585. Windows color (decimal): -902913 or 16726258. OLE color: 16726258.

HSL color Cylindrical-coordinate representation of color #F238FF: hue angle of 296.08º 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 #F238FF is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24256255-
CMYK0.050.7800
HSL296.08º100%60.98%-
HSV(B)296.08º78.04%100%-
XYZ56.0828.9397.24-
YUV134.3196.12204.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 56 (22.27% from 255) = 10.13%
BLUE value IS 255 (100% from 255) = 46.11%
R=43.76%
G=10.13%
B=46.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal242562550.050.7800296.0810060.98
HexF238FF54E00128643d
Octal3627037751160045014475
Binary11110010111000111111111011001110001001010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F238FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F238FF; }

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

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

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

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

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

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

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

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