#F33CFF

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

Shades of Pink Flamingo #F33CFF

Tints of Pink Flamingo #F33CFF

Color information

#F33CFF (or 0xF33CFF) is unknown color: approx Pink Flamingo. HEX triplet: F3, 3C and FF. RGB value is (243,60,255). Sum of RGB (Red+Green+Blue) = 243+60+255=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 60 (23.83% from 255 or 10.75% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #F33CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33CFF is #0CC300. Grayscale: #888888. Windows color (decimal): -836353 or 16727283. OLE color: 16727283.

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

Color convert

RGB24360255-
CMYK0.050.7600
HSL296.31º100%61.76%-
HSV(B)296.31º76.47%100%-
XYZ56.6329.5197.32-
YUV136.95194.63203.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.55%
GREEN value IS 60 (23.83% from 255) = 10.75%
BLUE value IS 255 (100% from 255) = 45.70%
R=43.55%
G=10.75%
B=45.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal243602550.050.7600296.3110061.76
HexF33CFF54C00128643e
Octal3637437751140045014476
Binary11110011111100111111111011001100001001010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33CFF; }

 p { color: rgb(243,60,255); }

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

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

 a { background-color: rgb(243,60,255); }

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

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

 span { border-color: rgb(243,60,255); }

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