#F235FC

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

Shades of Pink Flamingo #F235FC

Tints of Pink Flamingo #F235FC

Color information

#F235FC (or 0xF235FC) is unknown color: approx Pink Flamingo. HEX triplet: F2, 35 and FC. RGB value is (242,53,252). Sum of RGB (Red+Green+Blue) = 242+53+252=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 53 (21.09% from 255 or 9.69% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #F235FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F235FC is #0DCA03. Grayscale: #838383. Windows color (decimal): -903684 or 16528882. OLE color: 16528882.

HSL color Cylindrical-coordinate representation of color #F235FC: hue angle of 296.98º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F235FC is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24253252-
CMYK0.040.7900.01
HSL296.98º97.07%59.8%-
HSV(B)296.98º78.97%98.82%-
XYZ55.4628.4594.66-
YUV132.2195.62206.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 53 (21.09% from 255) = 9.69%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=44.24%
G=9.69%
B=46.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal242532520.040.7900.01296.9897.0759.8
HexF235FC44F01129613c
Octal3626537441170145114174
Binary11110010110101111111001001001111011001010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F235FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F235FC; }

 p { color: rgb(242,53,252); }

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

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

 a { background-color: rgb(242,53,252); }

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

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

 span { border-color: rgb(242,53,252); }

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