#F33AFA

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

Shades of Pink Flamingo #F33AFA

Tints of Pink Flamingo #F33AFA

Color information

#F33AFA (or 0xF33AFA) is unknown color: approx Pink Flamingo. HEX triplet: F3, 3A and FA. RGB value is (243,58,250). Sum of RGB (Red+Green+Blue) = 243+58+250=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 58 (23.05% from 255 or 10.53% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #F33AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33AFA is #0CC505. Grayscale: #868686. Windows color (decimal): -836870 or 16399091. OLE color: 16399091.

HSL color Cylindrical-coordinate representation of color #F33AFA: hue angle of 297.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33AFA is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24358250-
CMYK0.030.7700.02
HSL297.81º95.05%60.39%-
HSV(B)297.81º76.8%98.04%-
XYZ55.7328.9893.1-
YUV135.2192.79204.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.10%
GREEN value IS 58 (23.05% from 255) = 10.53%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=44.10%
G=10.53%
B=45.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal243582500.030.7700.02297.8195.0560.39
HexF33AFA34D0212a5f3c
Octal3637237231150245213774
Binary11110011111010111110101110011010101001010101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33AFA; }

 p { color: rgb(243,58,250); }

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

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

 a { background-color: rgb(243,58,250); }

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

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

 span { border-color: rgb(243,58,250); }

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